From f60d374dc782d9485530cb0583dab18a7742bd6c Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Fri, 18 May 2018 11:13:23 -0600 Subject: [PATCH] Allow word form to scroll if it's too tall for the window --- src/components/structure/LeftColumn/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structure/LeftColumn/styles.scss b/src/components/structure/LeftColumn/styles.scss index 8c91d44..d484faf 100644 --- a/src/components/structure/LeftColumn/styles.scss +++ b/src/components/structure/LeftColumn/styles.scss @@ -26,4 +26,5 @@ @extend .is-one-third; overflow-y: auto; + max-height: 90vh; }