Added a Scroll To Top function
This commit is contained in:
@@ -31,7 +31,15 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html,
|
||||
html {
|
||||
min-height: 100vh !important;
|
||||
height: 100%;
|
||||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
font-family: "Open Sans", system-ui, -apple-system, "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh !important;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user