From de164c084607f4b8b6e304fc3dc33d59409bcb6b Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 6 Sep 2019 21:03:36 -0700 Subject: [PATCH] Overflow hidden for layout --- modern/src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modern/src/App.js b/modern/src/App.js index 97926347..6defa008 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -230,6 +230,7 @@ function Layout({ backgroundImage: `url(${image.imgUrl})`, width: image.w, height: image.h, + overflow: "hidden", // TODO: This combo of height/minHeight ect is a bit odd. How should we combine these? minWidth: minimum_w == null ? null : Number(minimum_w), minHeight: minimum_h == null ? null : Number(minimum_h), @@ -266,6 +267,7 @@ function Layout({ draggable={false} style={{ position: "absolute", + overflow: "hidden", ...params, }} >