File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -756,22 +756,27 @@ table.transitions td.enabled {background: #bfb;}
756
756
table .transitions td {
757
757
min-width : 50px ;
758
758
}
759
+ body .controller-issues div .autoscroll ,
759
760
.sticky-table-wrapper {
760
761
max-height : 500px ;
761
762
}
762
763
}
763
764
765
+ body .controller-issues div .autoscroll ,
764
766
.sticky-table-wrapper {
765
767
table-layout : fixed;
766
768
overflow-x : auto;
767
769
margin-bottom : 1.2em ;
768
770
position : relative;
769
771
}
770
772
773
+ body .controller-issues div .autoscroll table .issues ,
771
774
.sticky-table-wrapper table {
772
775
overflow-y : scroll;
773
776
overflow-x : scroll;
774
777
}
778
+ body .controller-issues div .autoscroll table .issues thead tr td ,
779
+ body .controller-issues div .autoscroll table .issues thead tr th ,
775
780
.sticky-table-wrapper table tr .fixed-row td , .sticky-table-wrapper table tr .fixed-row th {
776
781
position : -webkit-sticky;
777
782
position : sticky;
@@ -1874,6 +1879,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
1874
1879
# wiki_add_attachment { display : none; }
1875
1880
.hide-when-print , .pagination ul .pages , .pagination .per-page { display : none !important ; }
1876
1881
.autoscroll {overflow-x : visible;}
1882
+ body .controller-issues div .autoscroll table .issues ,
1877
1883
.sticky-table-wrapper table { overflow-x : visible; overflow-y : visible; }
1878
1884
table .list {margin-top : 0.5em ;}
1879
1885
table .list th , table .list td {border : 1px solid # aaa ;}
You can’t perform that action at this time.
0 commit comments