Merge pull request #13828 from Budibase/BUDI-8312
BUDI-8312 -Bindings Menu shows behind the Add Test Data menu in automations
This commit is contained in:
commit
4455e06c66
|
@ -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