From ee77fad020d0c2d6feb813f520c31a9f968d30e6 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Thu, 12 Aug 2021 04:07:47 -0600 Subject: [PATCH] add overflow: none to prevent scrolling (#939) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Harshil Sharma Co-authored-by: Jesús Espino --- webapp/src/styles/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/styles/main.scss b/webapp/src/styles/main.scss index f395d40c5..e72bd4a0d 100644 --- a/webapp/src/styles/main.scss +++ b/webapp/src/styles/main.scss @@ -8,6 +8,7 @@ html { .focalboard-body, #focalboard-app { display: flex; flex-direction: column; + overflow: hidden; width: 100%; height: 100%;