put tool dialogs on top
This commit is contained in:
parent
7dd22a5345
commit
d960ec4e72
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
<div class="grow relative">
|
||||
<Menu />
|
||||
<div
|
||||
class="absolute top-0 bottom-0 left-0 z-20 flex flex-col justify-center pointer-events-none"
|
||||
class="absolute top-0 bottom-0 left-0 z-40 flex flex-col justify-center pointer-events-none"
|
||||
>
|
||||
<Toolbar />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue