Skip to content

Commit

Permalink
Fixed z-index of aggrid header resize
Browse files Browse the repository at this point in the history
  • Loading branch information
anilnatha committed Oct 15, 2024
1 parent 43bbe4a commit fb73446
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/ag-grid-stellar.css
Original file line number Diff line number Diff line change
Expand Up @@ -479,3 +479,7 @@
.ag-theme-stellar .ag-cell-value {
letter-spacing: var(--st-table-th-letter-spacing);
}

.ag-theme-stellar .ag-header-cell-resize, .ag-theme-stellar .ag-header-cell-resize::after {
z-index: auto;
}

0 comments on commit fb73446

Please sign in to comment.