From 4316ffb27f38ce5904b0f0fb52940f0e43ebd47e Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 9 Nov 2023 20:24:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20scrollbar-gutter=20property?= =?UTF-8?q?=20to=20global=20styles=20(#1562)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index 46153f4b5..2702181b5 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -3,6 +3,8 @@ :root { --gridstack-widget-width: 64; --gridstack-column-count: 12; + // https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter + scrollbar-gutter: stable; } .grid-stack-placeholder > .placeholder-content {