Skip to content

Commit

Permalink
feat(Drawer): add veil z-index to CSS API
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunory committed Aug 21, 2024
1 parent 70a6c58 commit b32833a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Drawer/Drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ $block: '.#{variables.$ns}drawer';
pointer-events: initial;
inset: 0;
background-color: var(--gn-drawer-veil-background-color, var(--_--veil-background-color));
z-index: var(--gn-drawer-veil-z-index);

&_hidden {
display: none;
Expand Down

0 comments on commit b32833a

Please sign in to comment.