Add automatic overflow scoll for widgets

This commit is contained in:
ajnart
2023-01-06 13:39:35 +09:00
parent cb9ee81aa2
commit b333d6b0a6

View File

@@ -48,7 +48,7 @@
} }
.grid-stack > .grid-stack-item > .grid-stack-item-content { .grid-stack > .grid-stack-item > .grid-stack-item-content {
overflow-y: hidden; overflow-y: auto;
} }
.grid-stack.grid-stack-animate { .grid-stack.grid-stack-animate {