Skip to content

Commit 59b9a51

Browse files
committed
Keep Firefox window from scrolling right when using the right arrow key in presentations.
1 parent aade700 commit 59b9a51

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/styles/components/_presentation.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@
5555
text-shadow: 1px 1px 1px white;
5656
}
5757

58-
.mainPresentation #presentation {
59-
display: block;
58+
.mainPresentation {
59+
position: fixed;
60+
width: 100%;
61+
#presentation {
62+
display: block;
63+
}
6064
}
6165

6266
.presentationpane {

0 commit comments

Comments
 (0)