Allow page to scroll vertically

This commit is contained in:
2026-02-04 14:33:22 +01:00
parent 9c669e0ead
commit f6341ac0af

View File

@@ -32,7 +32,8 @@ html {
min-height: 100vh; min-height: 100vh;
background-color: transparent; background-color: transparent;
position: relative; position: relative;
overflow: hidden; overflow-x: hidden;
overflow-y: auto;
isolation: isolate; isolation: isolate;
} }
.page::before { .page::before {