position fixed, overflow auto

This commit is contained in:
ducoterra
2020-04-25 19:41:55 -04:00
parent f11f9a0d97
commit 15c5f5293a

View File

@@ -1,7 +1,8 @@
html, body { html, body {
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow: auto; position: fixed;
overflow: hidden;
} }
.section, .container { .section, .container {