1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Merge branch 'master' of https://github.com/budibase/budibase into BUDI-8196

This commit is contained in:
mikesealey 2024-05-31 10:12:30 +01:00
parent be24a70024
commit f6f191128f

View file

@ -181,7 +181,7 @@
/>
<div
class="drawer"
class:stacked={depth > 0}
class:stacked={depth > 999}
class:modal={$modal}
transition:drawerSlide|local
{style}
@ -223,7 +223,7 @@
height: 420px;
background: var(--background);
border: var(--border-light);
z-index: 100;
z-index: 1000;
border-radius: 8px;
overflow: hidden;
box-sizing: border-box;