Skip to content

Commit e7d60ea

Browse files
committed
fix: scss linter error
1 parent 4cb4053 commit e7d60ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/page-layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
block-size: calc(100vh - $spacing-09);
7979
max-block-size: calc(100vh - $spacing-08);
8080
padding-block-start: $spacing-05;
81-
overflow-y: auto;
81+
overflow: hidden auto;
8282
scrollbar-color: $background-active $layer-01;
8383
}

0 commit comments

Comments
 (0)