1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +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 <div
class="drawer" class="drawer"
class:stacked={depth > 0} class:stacked={depth > 999}
class:modal={$modal} class:modal={$modal}
transition:drawerSlide|local transition:drawerSlide|local
{style} {style}
@ -223,7 +223,7 @@
height: 420px; height: 420px;
background: var(--background); background: var(--background);
border: var(--border-light); border: var(--border-light);
z-index: 100; z-index: 1000;
border-radius: 8px; border-radius: 8px;
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;