1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-04-21 04:52:14 +02:00

fix theme css conflict

This commit is contained in:
Hakim El Hattab 2025-03-19 11:59:39 +01:00
parent d5d292f70a
commit f11812e0a2
2 changed files with 4 additions and 4 deletions

View File

@ -1547,7 +1547,7 @@ $controlsArrowAngleActive: 36deg;
}
// Preview overlay
.r-overlay-preview iframe {
.r-overlay-preview .r-overlay-content iframe {
width: 100%;
height: 100%;
max-width: 100%;
@ -1564,8 +1564,8 @@ $controlsArrowAngleActive: 36deg;
visibility: visible;
}
.r-overlay-preview img,
.r-overlay-preview video {
.r-overlay-preview .r-overlay-content img,
.r-overlay-preview .r-overlay-content video {
position: absolute;
max-width: 100%;
max-height: 100%;

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long