From b333d6b0a61a9e305c6df75b69e7cd6c36d88151 Mon Sep 17 00:00:00 2001 From: ajnart Date: Fri, 6 Jan 2023 13:39:35 +0900 Subject: [PATCH] Add automatic overflow scoll for widgets --- src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index 4db17a0a3..a000ae014 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -48,7 +48,7 @@ } .grid-stack > .grid-stack-item > .grid-stack-item-content { - overflow-y: hidden; + overflow-y: auto; } .grid-stack.grid-stack-animate {