Skip to content

Commit

Permalink
Update Grid.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gnbm committed Aug 2, 2024
1 parent fe696c6 commit 8ff6cac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/Grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8ff6cac

Please sign in to comment.