fix fullscreen issues; correct size in Safari, auto-focus presentation when entering fullscreen #3080
This commit is contained in:
@ -33,6 +33,15 @@ html.reveal-full-page {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
// Fixes an issue where Safari would take embedded presentations
|
||||
// fullscreen but keep them at their original width/height style
|
||||
.reveal-viewport:fullscreen {
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* VIEW FRAGMENTS
|
||||
|
Reference in New Issue
Block a user