From 34f9a4a02f2e2c27a6ea78d685fc768c5c16eccc Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 4 Apr 2014 11:55:16 +0200 Subject: [PATCH] Force fullscreen styles. --- src/styles/components/_audiovideo.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/components/_audiovideo.scss b/src/styles/components/_audiovideo.scss index 179a12ee..90967606 100644 --- a/src/styles/components/_audiovideo.scss +++ b/src/styles/components/_audiovideo.scss @@ -27,11 +27,11 @@ right:0px; boder-top:1px solid $bordercolor; } #audiovideo.fullscreen { -top:0px; -right:0px; -bottom:0px; -left:0px; -background:black; +top:0px !important; +right:0px !important; +bottom:0px !important; +left:0px !important; +background:black !important; } #audiovideo.fullscreen .remoteVideo .peeractions { display:none;