diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-10-16 13:09:54 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-10-16 13:09:54 +0200 |
commit | cef19486b89ed7d101acfc1992af2e49e88c371d (patch) | |
tree | 415c73079a22bce6f020e1c0a1eb25cbb2873316 | |
parent | 5123ba437205fdf52a6478553805b3d4939adc44 (diff) | |
download | perl-software-in-gnu-guix-cef19486b89ed7d101acfc1992af2e49e88c371d.tar perl-software-in-gnu-guix-cef19486b89ed7d101acfc1992af2e49e88c371d.tar.gz |
better handling of overflowing speaker notes #1017
-rw-r--r-- | plugin/notes/notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 1429004..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; } |