From 25b7a4869b806efbdff79db6b335843a8add722a Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Wed, 24 Jul 2019 15:53:18 +0200 Subject: [PATCH] Fixed bug with golden layout. --- src/ui/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/index.less b/src/ui/index.less index bc20a589..8fcf2940 100644 --- a/src/ui/index.less +++ b/src/ui/index.less @@ -37,6 +37,10 @@ background-color: @scrollbar-color; } +body { + overflow: hidden; +} + // react-virtualized #phantasmal-world-root {