1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-11 09:04:51 +02:00

switch to dvh for reveal.js height, fixes issue with presentations not covering fullviewport in ios

This commit is contained in:
Hakim El Hattab
2025-01-24 09:16:36 +01:00
parent 31ba65ce86
commit 6cebb771ee
6 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ html.reveal-full-page {
height: 100%;
height: 100vh;
height: calc( var(--vh, 1vh) * 100 );
height: 100svh;
height: 100dvh;
overflow: hidden;
}