Browse Source

Keep Firefox window from scrolling right when using the right arrow key in presentations.

pull/139/head
Evan Theurer 12 years ago
parent
commit
e11ab1ed5c
  1. 8
      src/styles/components/_presentation.scss

8
src/styles/components/_presentation.scss

@ -55,8 +55,12 @@
text-shadow: 1px 1px 1px white; text-shadow: 1px 1px 1px white;
} }
.mainPresentation #presentation { .mainPresentation {
display: block; position: fixed;
width: 100%;
#presentation {
display: block;
}
} }
.presentationpane { .presentationpane {

Loading…
Cancel
Save