diff options
author | Hakim El Hattab | 2016-06-21 11:30:12 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-06-21 11:33:07 +0200 |
commit | bac187f3a0f7e8f92d33ca0258fe2e96553d2930 (patch) | |
tree | a433daed2186f23805aba51d0f33ebd875e5dc6a /css/reveal.scss | |
parent | c2997c605d969ae46180f0a714802511bb89dbc7 (diff) |
request fullscreen on documentElement instead of body (#1621 #1624)
Diffstat (limited to 'css/reveal.scss')
-rw-r--r-- | css/reveal.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/css/reveal.scss b/css/reveal.scss index f8d6904..9045428 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -57,15 +57,6 @@ body { color: #000; } -// Ensures that the main background color matches the -// theme in fullscreen mode -html:-webkit-full-screen-ancestor { - background-color: inherit; -} -html:-moz-full-screen-ancestor { - background-color: inherit; -} - /********************************************* * VIEW FRAGMENTS |