mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-20 05:21:31 +02:00
move body styles to new .reveal-viewport
This commit is contained in:
@@ -19,7 +19,7 @@ html {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
.reveal-viewport {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
@import "./exposer";
|
||||
|
||||
body {
|
||||
.reveal-viewport {
|
||||
@include bodyBackground();
|
||||
background-color: $backgroundColor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user