move body styles to new .reveal-viewport

This commit is contained in:
Hakim El Hattab
2020-04-06 13:49:39 +02:00
parent f26fc20b55
commit ff62b96a5d
17 changed files with 39 additions and 32 deletions

View File

@ -19,7 +19,7 @@ html {
overflow: hidden;
}
body {
.reveal-viewport {
height: 100%;
overflow: hidden;
position: relative;

View File

@ -6,7 +6,7 @@
@import "./exposer";
body {
.reveal-viewport {
@include bodyBackground();
background-color: $backgroundColor;
}