Skip to content

Commit

Permalink
request fullscreen on documentElement instead of body (hakimel#1621 h…
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel authored and Tobias committed Feb 22, 2018
1 parent 78690d2 commit 18c8d08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ body {
background-color: #fff;
color: #000; }

html:-webkit-full-screen-ancestor {
background-color: inherit; }

html:-moz-full-screen-ancestor {
background-color: inherit; }

/*********************************************
* VIEW FRAGMENTS
*********************************************/
Expand Down
9 changes: 0 additions & 9 deletions css/reveal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18c8d08

Please sign in to comment.