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