From 16a3efad80f995f95a199bf9eb59740a69146f85 Mon Sep 17 00:00:00 2001 From: Michael Heppler Date: Mon, 11 Jan 2021 15:20:24 -0500 Subject: [PATCH] Overwrite css from primefaces component.css for overflow property to be visible for datatables [ref #5210 #6685] --- src/main/webapp/resources/css/structure.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/resources/css/structure.css b/src/main/webapp/resources/css/structure.css index dff45133c9f..1b94bcb29bb 100644 --- a/src/main/webapp/resources/css/structure.css +++ b/src/main/webapp/resources/css/structure.css @@ -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%;*/}