Allow page to scroll vertically
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user