Skip to content

Commit 7d96cc2

Browse files
apply to issues
1 parent 56e0205 commit 7d96cc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/stylesheets/application.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,22 +745,27 @@ table.transitions td.enabled {background: #bfb;}
745745
table.transitions td {
746746
min-width: 50px;
747747
}
748+
body.controller-issues div.autoscroll,
748749
.sticky-table-wrapper {
749750
max-height: 500px;
750751
}
751752
}
752753

754+
body.controller-issues div.autoscroll,
753755
.sticky-table-wrapper {
754756
table-layout: fixed;
755757
overflow-x: auto;
756758
margin-bottom: 1.2em;
757759
position: relative;
758760
}
759761

762+
body.controller-issues div.autoscroll table.issues,
760763
.sticky-table-wrapper table {
761764
overflow-y: scroll;
762765
overflow-x: scroll;
763766
}
767+
body.controller-issues div.autoscroll table.issues thead tr td,
768+
body.controller-issues div.autoscroll table.issues thead tr th,
764769
.sticky-table-wrapper table tr.fixed-row td, .sticky-table-wrapper table tr.fixed-row th {
765770
position: -webkit-sticky;
766771
position: sticky;
@@ -1849,6 +1854,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
18491854
#wiki_add_attachment { display:none; }
18501855
.hide-when-print, .pagination ul.pages, .pagination .per-page { display: none !important; }
18511856
.autoscroll {overflow-x: visible;}
1857+
body.controller-issues div.autoscroll table.issues,
18521858
.sticky-table-wrapper table { overflow-x: visible; overflow-y: visible; }
18531859
table.list {margin-top:0.5em;}
18541860
table.list th, table.list td {border: 1px solid #aaa;}

0 commit comments

Comments
 (0)