diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-01-22 12:05:57 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-01-22 12:05:57 +0100 |
commit | ddd9f818f32c3bc485b7fc52cc6438ec53adf3b9 (patch) | |
tree | 9f917e920d840dd64df4e1374d3315d118392a96 | |
parent | 41858b91d53a620825f4d72bb87f8168939b9db0 (diff) | |
download | perl-software-in-gnu-guix-ddd9f818f32c3bc485b7fc52cc6438ec53adf3b9.tar perl-software-in-gnu-guix-ddd9f818f32c3bc485b7fc52cc6438ec53adf3b9.tar.gz |
hide body overflow
-rw-r--r-- | css/reveal.css | 1 | ||||
-rw-r--r-- | css/reveal.scss | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index c865325..d7442d6 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -17,6 +17,7 @@ html { body { height: 100%; + overflow: hidden; position: relative; line-height: 1; margin: 0; diff --git a/css/reveal.scss b/css/reveal.scss index e7d2981..c93276f 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -21,6 +21,7 @@ html { body { height: 100%; + overflow: hidden; position: relative; line-height: 1; margin: 0; |