Fixed bug with golden layout.

This commit is contained in:
Daan Vanden Bosch 2019-07-24 15:53:18 +02:00
parent 11c00e1af7
commit 25b7a4869b

View File

@ -37,6 +37,10 @@
background-color: @scrollbar-color;
}
body {
overflow: hidden;
}
// react-virtualized
#phantasmal-world-root {