diff options
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r-- | plugin/notes/notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 43385bf..0cc8cf6 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -59,6 +59,7 @@ right: 0; width: 35%; height: 60%; + overflow: auto; font-size: 18px; } @@ -282,6 +283,7 @@ 'progress=false', 'history=false', 'transition=none', + 'autoSlide=0', 'backgroundTransition=none' ].join( '&' ); |