Merge branch 'master' of https://github.com/budibase/budibase into BUDI-8196
This commit is contained in:
parent
be24a70024
commit
f6f191128f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue