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;
background-color: transparent;
position: relative;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
isolation: isolate;
}
.page::before {