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 {