This commit is contained in:
zadam
2020-02-07 22:19:35 +01:00
parent 47f7f5f4d9
commit 9acf723a9a
4 changed files with 4 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ export default class Layout {
new TitleBarButtonsWidget(appContext)
]),
new StandardTopWidget(appContext),
new FlexContainer(appContext, { 'flex-direction': 'row' }, [
new FlexContainer(appContext, { 'flex-direction': 'row', 'overflow': 'hidden' }, [
new SidePaneContainer(appContext, 'left', [
new GlobalButtonsWidget(appContext),
new SearchBoxWidget(appContext),