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
|
<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;
|
||||||
|
|
Loading…
Reference in New Issue