mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
fix global menu button and extra window
This commit is contained in:
@@ -109,7 +109,7 @@ export default class DesktopMainWindowLayout {
|
||||
.setParent(appContext)
|
||||
.id('root-widget')
|
||||
.css('height', '100vh')
|
||||
.child(new FlexContainer('row')
|
||||
.child(new FlexContainer('row').overflowing()
|
||||
.css('height', '35px')
|
||||
.child(new GlobalMenuWidget())
|
||||
.child(new TabRowWidget())
|
||||
|
||||
Reference in New Issue
Block a user