Skip to content

Commit 843379e

Browse files
committed
Fix: replace overflow:clip with overflow-x:clip to restore vertical scrolling
1 parent 17519ca commit 843379e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const repoUrl = "https://github.com/ALEVOLDON/Modular-Genesis";
127127
}
128128

129129
html, body {
130-
overflow: clip;
130+
overflow-x: clip;
131131
}
132132

133133
a {

0 commit comments

Comments
 (0)