Fix grid bottom clipping

This commit is contained in:
Mashintime 2023-12-18 21:22:34 -05:00
parent fda687308b
commit 1db19df71b

View file

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