fix height for embedded content

This commit is contained in:
Sean Yesmunt 2020-06-12 17:41:26 -04:00
parent abc7b1298d
commit 44cfe25ac2

View file

@ -385,6 +385,14 @@
display: none;
}
}
.file-viewer {
iframe,
webview,
img {
max-height: none;
}
}
}
.file-viewer--ended-embed .vjs-big-play-button {