fixed toasts z index

This commit is contained in:
DJ2LS 2024-02-22 13:02:23 +01:00
parent 6c147106df
commit 836f4b99d8

View file

@ -485,8 +485,8 @@ function quickfill() {
<i class="bi bi-grip-vertical h5"></i>
</button>
<div class="grid-container" style="height: calc(100vh - 51px);">
<div class="grid-stack">
<div class="grid-container z-0" style="height: calc(100vh - 51px);">
<div class="grid-stack z-0">
<div
v-for="(w, indexs) in items"
class="grid-stack-item"