Add scrollbar-gutter property to global styles (#1562)

This commit is contained in:
Thomas Camlong
2023-11-09 20:24:51 +01:00
committed by GitHub
parent 704ae1cbe4
commit 4316ffb27f

View File

@@ -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 {