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 @@ -745,22 +745,27 @@ table.transitions td.enabled {background: #bfb;}
745
745
table .transitions td {
746
746
min-width : 50px ;
747
747
}
748
+ body .controller-issues div .autoscroll ,
748
749
.sticky-table-wrapper {
749
750
max-height : 500px ;
750
751
}
751
752
}
752
753
754
+ body .controller-issues div .autoscroll ,
753
755
.sticky-table-wrapper {
754
756
table-layout : fixed;
755
757
overflow-x : auto;
756
758
margin-bottom : 1.2em ;
757
759
position : relative;
758
760
}
759
761
762
+ body .controller-issues div .autoscroll table .issues ,
760
763
.sticky-table-wrapper table {
761
764
overflow-y : scroll;
762
765
overflow-x : scroll;
763
766
}
767
+ body .controller-issues div .autoscroll table .issues thead tr td ,
768
+ body .controller-issues div .autoscroll table .issues thead tr th ,
764
769
.sticky-table-wrapper table tr .fixed-row td , .sticky-table-wrapper table tr .fixed-row th {
765
770
position : -webkit-sticky;
766
771
position : sticky;
@@ -1849,6 +1854,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
1849
1854
# wiki_add_attachment { display : none; }
1850
1855
.hide-when-print , .pagination ul .pages , .pagination .per-page { display : none !important ; }
1851
1856
.autoscroll {overflow-x : visible;}
1857
+ body .controller-issues div .autoscroll table .issues ,
1852
1858
.sticky-table-wrapper table { overflow-x : visible; overflow-y : visible; }
1853
1859
table .list {margin-top : 0.5em ;}
1854
1860
table .list th , table .list td {border : 1px solid # aaa ;}
You can’t perform that action at this time.
0 commit comments