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;}
764764 table .transitions td {
765765 min-width : 50px ;
766766 }
767+ body .controller-issues div .autoscroll ,
767768 .sticky-table-wrapper {
768769 max-height : 500px ;
769770 }
770771}
771772
773+ body .controller-issues div .autoscroll ,
772774.sticky-table-wrapper {
773775 table-layout : fixed;
774776 overflow-x : auto;
775777 margin-bottom : 1.2em ;
776778 position : relative;
777779}
778780
781+ body .controller-issues div .autoscroll table .issues ,
779782.sticky-table-wrapper table {
780783 overflow-y : scroll;
781784 overflow-x : scroll;
782785}
786+ body .controller-issues div .autoscroll table .issues thead tr td ,
787+ body .controller-issues div .autoscroll table .issues thead tr th ,
783788.sticky-table-wrapper table tr .fixed-row td , .sticky-table-wrapper table tr .fixed-row th {
784789 position : -webkit-sticky;
785790 position : sticky;
@@ -1876,6 +1881,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
18761881 # wiki_add_attachment { display : none; }
18771882 .hide-when-print , .pagination ul .pages , .pagination .per-page { display : none !important ; }
18781883 .autoscroll {overflow-x : visible;}
1884+ body .controller-issues div .autoscroll table .issues ,
18791885 .sticky-table-wrapper table { overflow-x : visible; overflow-y : visible; }
18801886 table .list {margin-top : 0.5em ;}
18811887 table .list th , table .list td {border : 1px solid # aaa ;}
You can’t perform that action at this time.
0 commit comments