Skip to content

Commit

Permalink
Overwrite css from primefaces component.css for overflow property to …
Browse files Browse the repository at this point in the history
…be visible for datatables [ref #5210 #6685]
  • Loading branch information
mheppler committed Jan 11, 2021
1 parent 1b27ec3 commit 16a3efa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/webapp/resources/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,9 @@ div.manageTable.ui-datatable div.ui-datatable-tablewrapper, div.manageTable.ui-d
div[id$="filesTable"].ui-datatable thead th.col-file-action, div[id$="filesTable"].ui-datatable tbody td.col-file-action {overflow:visible !important;}
thead.ui-datatable-scrollable-theadclone {display:none}

/* DATATABE + OVERFLOW VISIBLE */
.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {overflow:visible;}

/* FILE */
#file-preview-icon-block > #border-block {/*border:1px solid #DDD;border-radius:4px; padding: 10px;*/}
#file-preview-icon-block > #border-block > #preview-square {/*position: relative; overflow:hidden; padding-bottom:100%;*/}
Expand Down

0 comments on commit 16a3efa

Please sign in to comment.