mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-01-17 13:28:29 +01:00
fix pause/help overlay position in scroll mode (closes #3542)
This commit is contained in:
parent
d5896c968b
commit
993b8f302a
@ -1445,7 +1445,8 @@ $overlayHeaderPadding: 5px;
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background: rgba( 0, 0, 0, 0.9 );
|
background: rgba( 0, 0, 0, 0.95 );
|
||||||
|
backdrop-filter: blur( 6px );
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1589,7 +1590,6 @@ $overlayHeaderPadding: 5px;
|
|||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* PLAYBACK COMPONENT
|
* PLAYBACK COMPONENT
|
||||||
*********************************************/
|
*********************************************/
|
||||||
@ -1901,6 +1901,11 @@ $notesWidthPercent: 25%;
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overlay,
|
||||||
|
.pause-overlay {
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
.reveal {
|
.reveal {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
|
2
dist/reveal.css
vendored
2
dist/reveal.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user