Skip to content

Commit

Permalink
Fixed scrolling bug associated with CSS hack in previous scrolling bu…
Browse files Browse the repository at this point in the history
…g fix. [ref #4051]
  • Loading branch information
mheppler committed Dec 14, 2017
1 parent 2d6e2c3 commit 8952213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/resources/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ div[id$="filesTable"].ui-datatable.ui-datatable-scrollable {padding-right:12px;}
#file-replace-original-block div[id$="filesTable"] .col-file-metadata {padding:4px 10px;}

/* HACK */
div[id$="filesTable"] div.ui-datatable-scrollable-body {padding-bottom:140px;}
div[id$="filesTable"] div.ui-datatable-scrollable-body > table {margin-bottom:140px;}

span.ingest-warning {display:inline-block; font-size:24px; line-height:1; vertical-align: middle;}
span.ingest-warning span.glyphicon {top:3px}
Expand Down

0 comments on commit 8952213

Please sign in to comment.