Skip to content

Commit 36ba3a3

Browse files
committed
fix: prevent scrollbar-x from appearing on small screens
1 parent 3ca4a17 commit 36ba3a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/frontend/styles/layout.pcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
.docs {
1010
min-height: calc(100vh - var(--layout-height-header));
11+
overflow-x: hidden;
1112

1213
@media (--desktop) {
1314
display: flex;

0 commit comments

Comments
 (0)