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;}
771771 table .transitions td {
772772 min-width : 50px ;
773773 }
774+ body .controller-issues div .autoscroll ,
774775 .sticky-table-wrapper {
775776 max-height : 500px ;
776777 }
777778}
778779
780+ body .controller-issues div .autoscroll ,
779781.sticky-table-wrapper {
780782 table-layout : fixed;
781783 overflow-x : auto;
782784 margin-bottom : 1.2em ;
783785 position : relative;
784786}
785787
788+ body .controller-issues div .autoscroll table .issues ,
786789.sticky-table-wrapper table {
787790 overflow-y : scroll;
788791 overflow-x : scroll;
789792}
793+ body .controller-issues div .autoscroll table .issues thead tr td ,
794+ body .controller-issues div .autoscroll table .issues thead tr th ,
790795.sticky-table-wrapper table tr .fixed-row td , .sticky-table-wrapper table tr .fixed-row th {
791796 position : -webkit-sticky;
792797 position : sticky;
@@ -1885,6 +1890,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
18851890 # wiki_add_attachment { display : none; }
18861891 .hide-when-print , .pagination ul .pages , .pagination .per-page { display : none !important ; }
18871892 .autoscroll {overflow-x : visible;}
1893+ body .controller-issues div .autoscroll table .issues ,
18881894 .sticky-table-wrapper table { overflow-x : visible; overflow-y : visible; }
18891895 table .list {margin-top : 0.5em ;}
18901896 table .list th , table .list td {border : 1px solid # aaa ;}
You can’t perform that action at this time.
0 commit comments