From e11ab1ed5c8280c377a150ce6562b729897aa611 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Thu, 6 Nov 2014 16:03:10 +0100 Subject: [PATCH] Keep Firefox window from scrolling right when using the right arrow key in presentations. --- src/styles/components/_presentation.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/styles/components/_presentation.scss b/src/styles/components/_presentation.scss index f6e9653e..21c10be0 100644 --- a/src/styles/components/_presentation.scss +++ b/src/styles/components/_presentation.scss @@ -55,8 +55,12 @@ text-shadow: 1px 1px 1px white; } -.mainPresentation #presentation { - display: block; +.mainPresentation { + position: fixed; + width: 100%; + #presentation { + display: block; + } } .presentationpane {