Skip to content

Commit 0d43f47

Browse files
authored
fix page cannot scroll
1 parent 7c5f959 commit 0d43f47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crypsi/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
display: flex;
1313
justify-content: center;
1414
align-items: center;
15-
height: 100vh;
15+
min-height: 100vh; /* Allows scrolling if content exceeds viewport */
16+
overflow-y: auto; /* Enables vertical scrolling */
1617
margin: 0;
1718
}
1819

0 commit comments

Comments
 (0)