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 @@ -771,22 +771,27 @@ table.transitions td.enabled {background: #bfb;}
771
771
table .transitions td {
772
772
min-width : 50px ;
773
773
}
774
+ body .controller-issues div .autoscroll ,
774
775
.sticky-table-wrapper {
775
776
max-height : 500px ;
776
777
}
777
778
}
778
779
780
+ body .controller-issues div .autoscroll ,
779
781
.sticky-table-wrapper {
780
782
table-layout : fixed;
781
783
overflow-x : auto;
782
784
margin-bottom : 1.2em ;
783
785
position : relative;
784
786
}
785
787
788
+ body .controller-issues div .autoscroll table .issues ,
786
789
.sticky-table-wrapper table {
787
790
overflow-y : scroll;
788
791
overflow-x : scroll;
789
792
}
793
+ body .controller-issues div .autoscroll table .issues thead tr td ,
794
+ body .controller-issues div .autoscroll table .issues thead tr th ,
790
795
.sticky-table-wrapper table tr .fixed-row td , .sticky-table-wrapper table tr .fixed-row th {
791
796
position : -webkit-sticky;
792
797
position : sticky;
@@ -1883,6 +1888,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
1883
1888
# wiki_add_attachment { display : none; }
1884
1889
.hide-when-print , .pagination ul .pages , .pagination .per-page { display : none !important ; }
1885
1890
.autoscroll {overflow-x : visible;}
1891
+ body .controller-issues div .autoscroll table .issues ,
1886
1892
.sticky-table-wrapper table { overflow-x : visible; overflow-y : visible; }
1887
1893
table .list {margin-top : 0.5em ;}
1888
1894
table .list th , table .list td {border : 1px solid # aaa ;}
You can’t perform that action at this time.
0 commit comments