Skip to content

Commit

Permalink
switch to dvh for reveal.js height, fixes issue with presentations no…
Browse files Browse the repository at this point in the history
…t covering fullviewport in ios
  • Loading branch information
hakimel committed Jan 24, 2025
1 parent 31ba65c commit 6cebb77
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css/reveal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ html.reveal-full-page {
height: 100%;
height: 100vh;
height: calc( var(--vh, 1vh) * 100 );
height: 100svh;
height: 100dvh;
overflow: hidden;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/reveal.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js.map

Large diffs are not rendered by default.

0 comments on commit 6cebb77

Please sign in to comment.