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