aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.scss')
-rw-r--r--css/reveal.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/reveal.scss b/css/reveal.scss
index 7bec964..e7d2981 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -11,15 +11,16 @@
* GLOBAL STYLES
*********************************************/
-html,
-body {
+html {
width: 100%;
height: 100%;
+ height: 100vh;
height: calc( var(--vh, 1vh) * 100 );
overflow: hidden;
}
body {
+ height: 100%;
position: relative;
line-height: 1;
margin: 0;