Skip to content

Commit 7913a69

Browse files
juno-nishizakiRedmine Patch Meetup
authored and
Redmine Patch Meetup
committed
apply to issues
1 parent a63834f commit 7913a69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/stylesheets/application.css

+6
Original file line numberDiff line numberDiff 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;
@@ -1888,6 +1893,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
18881893
#wiki_add_attachment { display:none; }
18891894
.hide-when-print, .pagination ul.pages, .pagination .per-page { display: none !important; }
18901895
.autoscroll {overflow-x: visible;}
1896+
body.controller-issues div.autoscroll table.issues,
18911897
.sticky-table-wrapper table { overflow-x: visible; overflow-y: visible; }
18921898
table.list {margin-top:0.5em;}
18931899
table.list th, table.list td {border: 1px solid #aaa;}

0 commit comments

Comments
 (0)