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 @@ -773,22 +773,27 @@ table.transitions td.enabled {background: #bfb;}
773773 table .transitions td {
774774 min-width : 50px ;
775775 }
776+ body .controller-issues div .autoscroll ,
776777 .sticky-table-wrapper {
777778 max-height : 500px ;
778779 }
779780}
780781
782+ body .controller-issues div .autoscroll ,
781783.sticky-table-wrapper {
782784 table-layout : fixed;
783785 overflow-x : auto;
784786 margin-bottom : 1.2em ;
785787 position : relative;
786788}
787789
790+ body .controller-issues div .autoscroll table .issues ,
788791.sticky-table-wrapper table {
789792 overflow-y : scroll;
790793 overflow-x : scroll;
791794}
795+ body .controller-issues div .autoscroll table .issues thead tr td ,
796+ body .controller-issues div .autoscroll table .issues thead tr th ,
792797.sticky-table-wrapper table tr .fixed-row td , .sticky-table-wrapper table tr .fixed-row th {
793798 position : -webkit-sticky;
794799 position : sticky;
@@ -1887,6 +1892,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
18871892 # wiki_add_attachment { display : none; }
18881893 .hide-when-print , .pagination ul .pages , .pagination .per-page { display : none !important ; }
18891894 .autoscroll {overflow-x : visible;}
1895+ body .controller-issues div .autoscroll table .issues ,
18901896 .sticky-table-wrapper table { overflow-x : visible; overflow-y : visible; }
18911897 table .list {margin-top : 0.5em ;}
18921898 table .list th , table .list td {border : 1px solid # aaa ;}
You can’t perform that action at this time.
0 commit comments