Skip to content

Commit

Permalink
Add overlayable shadow to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed May 24, 2024
1 parent 789cb72 commit bc78afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ag-grid-theme/css/salt-ag-grid-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ div[class*="ag-theme-salt"] .ag-menu {
}

div[class*="ag-theme-salt"] .ag-popup-child:not(.ag-tooltip-custom) {
box-shadow: var(--agGrid-menu-shadow);
box-shadow: var(--salt-overlayable-shadow-popout);
}

div[class*="ag-theme-salt"] .ag-menu-header {
Expand Down

0 comments on commit bc78afc

Please sign in to comment.