diff --git a/src/core/gui/golden_layout_theme.css b/src/core/gui/golden_layout_theme.css index c472aeba..82844e96 100644 --- a/src/core/gui/golden_layout_theme.css +++ b/src/core/gui/golden_layout_theme.css @@ -32,6 +32,10 @@ border-bottom-color: var(--bg-color); } +#root .lm_content { + overflow: visible; +} + #root .lm_splitter { box-sizing: border-box; background-color: hsl(0, 0%, 20%);