Skip to content

Commit

Permalink
apply to issues
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-nishizaki authored and Redmine Patch Meetup committed Apr 22, 2023
1 parent 62ddf9a commit db7dea3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -773,22 +773,27 @@ table.transitions td.enabled {background: #bfb;}
table.transitions td {
min-width: 50px;
}
body.controller-issues div.autoscroll,
.sticky-table-wrapper {
max-height: 500px;
}
}

body.controller-issues div.autoscroll,
.sticky-table-wrapper {
table-layout: fixed;
overflow-x: auto;
margin-bottom: 1.2em;
position: relative;
}

body.controller-issues div.autoscroll table.issues,
.sticky-table-wrapper table {
overflow-y: scroll;
overflow-x: scroll;
}
body.controller-issues div.autoscroll table.issues thead tr td,
body.controller-issues div.autoscroll table.issues thead tr th,
.sticky-table-wrapper table tr.fixed-row td, .sticky-table-wrapper table tr.fixed-row th {
position: -webkit-sticky;
position: sticky;
Expand Down Expand Up @@ -1887,6 +1892,7 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
#wiki_add_attachment { display:none; }
.hide-when-print, .pagination ul.pages, .pagination .per-page { display: none !important; }
.autoscroll {overflow-x: visible;}
body.controller-issues div.autoscroll table.issues,
.sticky-table-wrapper table { overflow-x: visible; overflow-y: visible; }
table.list {margin-top:0.5em;}
table.list th, table.list td {border: 1px solid #aaa;}
Expand Down

0 comments on commit db7dea3

Please sign in to comment.