From 6a56a30b8f132bc6b619e44f73704b549fc60728 Mon Sep 17 00:00:00 2001 From: brickmill <38190282+brickmill@users.noreply.github.com> Date: Thu, 23 Aug 2018 13:54:49 -0400 Subject: [PATCH] Append scrollbars if overflow in math editor --- public/stylesheets/guppy-fixes.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/guppy-fixes.scss b/public/stylesheets/guppy-fixes.scss index 264823ab..cbe52fa7 100644 --- a/public/stylesheets/guppy-fixes.scss +++ b/public/stylesheets/guppy-fixes.scss @@ -8,3 +8,7 @@ padding: 6pt; max-width: 100%; } + +#guppy { + overflow: auto; +}