prevent swipes on speaker notes
This commit is contained in:
parent
0d37757f3f
commit
1116d99e87
3 changed files with 4 additions and 1 deletions
|
@ -1179,7 +1179,8 @@ body {
|
|||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
font-family: Helvetica, sans-serif; }
|
||||
font-family: Helvetica, sans-serif;
|
||||
-webkit-overflow-scrolling: touch; }
|
||||
|
||||
.reveal .speaker-notes.visible:not(:empty) {
|
||||
display: block; }
|
||||
|
|
|
@ -1315,6 +1315,7 @@ body {
|
|||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
font-family: Helvetica, sans-serif;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.reveal .speaker-notes.visible:not(:empty) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue