fix notes layout when container isnt as wide as viewport

This commit is contained in:
Hakim El Hattab
2018-12-18 10:14:18 +01:00
parent 6fe0cbc0dd
commit 9f1856d55b
2 changed files with 6 additions and 4 deletions

View File

@@ -1488,7 +1488,7 @@ body {
.reveal .speaker-notes {
display: none;
position: absolute;
width: 25vw;
width: 33.3333333333%;
height: 100%;
top: 0;
left: 100%;
@@ -1516,7 +1516,7 @@ body {
opacity: 0.5; }
.reveal.show-notes {
max-width: 75vw;
max-width: 75%;
overflow: visible; }
.reveal.show-notes .speaker-notes {