mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
fix(ui): Fix the launcher shifting issue when collapsing the left pane
This commit is contained in:
@@ -131,6 +131,7 @@ body.layout-horizontal > .horizontal {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#launcher-pane.vertical #launcher-container {
|
#launcher-pane.vertical #launcher-container {
|
||||||
|
width: var(--launcher-pane-size);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user