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 @@ -756,22 +756,27 @@ table.transitions td.enabled {background: #bfb;}
756756 table .transitions td {
757757 min-width : 50px ;
758758 }
759+ body .controller-issues div .autoscroll ,
759760 .sticky-table-wrapper {
760761 max-height : 500px ;
761762 }
762763}
763764
765+ body .controller-issues div .autoscroll ,
764766.sticky-table-wrapper {
765767 table-layout : fixed;
766768 overflow-x : auto;
767769 margin-bottom : 1.2em ;
768770 position : relative;
769771}
770772
773+ body .controller-issues div .autoscroll table .issues ,
771774.sticky-table-wrapper table {
772775 overflow-y : scroll;
773776 overflow-x : scroll;
774777}
778+ body .controller-issues div .autoscroll table .issues thead tr td ,
779+ body .controller-issues div .autoscroll table .issues thead tr th ,
775780.sticky-table-wrapper table tr .fixed-row td , .sticky-table-wrapper table tr .fixed-row th {
776781 position : -webkit-sticky;
777782 position : sticky;
@@ -1874,6 +1879,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
18741879 # wiki_add_attachment { display : none; }
18751880 .hide-when-print , .pagination ul .pages , .pagination .per-page { display : none !important ; }
18761881 .autoscroll {overflow-x : visible;}
1882+ body .controller-issues div .autoscroll table .issues ,
18771883 .sticky-table-wrapper table { overflow-x : visible; overflow-y : visible; }
18781884 table .list {margin-top : 0.5em ;}
18791885 table .list th , table .list td {border : 1px solid # aaa ;}
You can’t perform that action at this time.
0 commit comments