wonderlandpark 2021-05-22 12:43:28 +09:00
parent 87548a8e43
commit 5df4a30110

View File

@ -6,12 +6,14 @@ html {
scroll-behavior: smooth; scroll-behavior: smooth;
min-height: 100%; min-height: 100%;
overflow-x: hidden; overflow-x: hidden;
width: 100% width: 100%;
position: absolute;
} }
body { body {
min-height: 100vh; min-height: 100vh;
width: 100% width: 100%;
position: absolute;
} }
body * { body * {