diff --git a/packages/bbui/src/Drawer/Drawer.svelte b/packages/bbui/src/Drawer/Drawer.svelte index 9bd4eb5848..966a6cecb7 100644 --- a/packages/bbui/src/Drawer/Drawer.svelte +++ b/packages/bbui/src/Drawer/Drawer.svelte @@ -221,7 +221,7 @@ height: 420px; background: var(--background); border: var(--border-light); - z-index: 999; + z-index: 100; border-radius: 8px; overflow: hidden; box-sizing: border-box; @@ -248,7 +248,7 @@ left: 0; width: 100%; height: 100%; - z-index: 999; + z-index: 100; display: block; transition: opacity 260ms ease-out; }