We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb4053 commit e7d60eaCopy full SHA for e7d60ea
src/layouts/page-layout.scss
@@ -78,6 +78,6 @@
78
block-size: calc(100vh - $spacing-09);
79
max-block-size: calc(100vh - $spacing-08);
80
padding-block-start: $spacing-05;
81
- overflow-y: auto;
+ overflow: hidden auto;
82
scrollbar-color: $background-active $layer-01;
83
}
0 commit comments