aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css
index c685926..c865325 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -8,14 +8,15 @@
/*********************************************
* 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;