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 {