Skip to content

Commit a4a85c2

Browse files
committed
Fix html overflow-y
1 parent 887ffe5 commit a4a85c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/themes/basic.css

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

99
html {
1010
height: 100%;
11-
overflow-y: hidden;
11+
overflow-y: auto;
1212
}
1313

1414
body {

0 commit comments

Comments
 (0)