From c75d55ddda70fe06965c725d77cf677b7e6c2558 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Tue, 5 Jan 2016 12:39:48 +0100 Subject: [PATCH] Keep video from being cut off when in fullscreen in presentation and youtubevideo layouts. --- src/styles/components/_audiovideo.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/components/_audiovideo.scss b/src/styles/components/_audiovideo.scss index 6b218b01..32f5c2ce 100644 --- a/src/styles/components/_audiovideo.scss +++ b/src/styles/components/_audiovideo.scss @@ -71,6 +71,14 @@ } } +.mainPresentation #audiovideo.fullscreen { + top: 51px !important; +} + +.mainYoutubevideo #audiovideo.fullscreen { + top: 51px !important; +} + .audiovideo { bottom: 0; left: 0;