mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
fixes
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user