diff --git a/styles/Grid.css b/styles/Grid.css index 2ed689d5..45cd62c1 100644 --- a/styles/Grid.css +++ b/styles/Grid.css @@ -279,6 +279,12 @@ filter: drop-shadow(10px 1px 5px rgba(1, 1, 1, 0.08)); } +/* Overrides scenarios where we have for instance elements like dropdowns on top of it when having frozen columns*/ +div[wj-part="ch"]:has(.wj-header.wj-frozen-col) { + z-index: 3 !important; +} + + .wj-cell.wj-state-invalid.wj-header.wj-alt:not(.wj-state-multi-selected), .wj-cell.wj-state-invalid.wj-header.wj-header-alt:not(.wj-state-multi-selected), .wj-cell.wj-alt {