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