reset transform in fullscreen mode #3080
This commit is contained in:
parent
b7d65be051
commit
a9277f9d46
|
@ -33,13 +33,14 @@ html.reveal-full-page {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fixes an issue where Safari would take embedded presentations
|
// Force the presentation to cover the full viewport when we
|
||||||
// fullscreen but keep them at their original width/height style
|
// enter fullscreen mode. Fixes sizing issues in Safari.
|
||||||
.reveal-viewport:fullscreen {
|
.reveal-viewport:fullscreen {
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
|
transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue