Compare commits

...

1 Commits
0.1.4 ... 0.1.5

Author SHA1 Message Date
ducoterra
15c5f5293a position fixed, overflow auto 2020-04-25 19:41:55 -04:00

View File

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