mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-06 22:57:21 +02:00
fix theme css conflict
This commit is contained in:
@@ -1547,7 +1547,7 @@ $controlsArrowAngleActive: 36deg;
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Preview overlay
|
// Preview overlay
|
||||||
.r-overlay-preview iframe {
|
.r-overlay-preview .r-overlay-content iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@@ -1564,8 +1564,8 @@ $controlsArrowAngleActive: 36deg;
|
|||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.r-overlay-preview img,
|
.r-overlay-preview .r-overlay-content img,
|
||||||
.r-overlay-preview video {
|
.r-overlay-preview .r-overlay-content video {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
2
dist/reveal.css
vendored
2
dist/reveal.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user