mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-19 00:32:02 -05:00
fixed tree scrolling
This commit is contained in:
@@ -4,12 +4,10 @@
|
||||
height: 100vh;
|
||||
|
||||
display: grid;
|
||||
grid-template-areas: "tree title"
|
||||
"tree note-content"
|
||||
grid-template-areas: "tree-actions title"
|
||||
"tree note-content";
|
||||
grid-template-columns: 2fr 5fr;
|
||||
grid-template-rows: auto
|
||||
auto
|
||||
1fr;
|
||||
justify-content: center;
|
||||
grid-gap: 10px;
|
||||
|
||||
Reference in New Issue
Block a user