From cef19486b89ed7d101acfc1992af2e49e88c371d Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Thu, 16 Oct 2014 13:09:54 +0200
Subject: [PATCH] better handling of overflowing speaker notes #1017

---
 plugin/notes/notes.html | 1 +
 1 file changed, 1 insertion(+)

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;
 			}
-- 
GitLab