fixed tree scrolling

This commit is contained in:
azivner
2017-10-05 19:28:56 -04:00
parent 29f5a35a1f
commit d5320bff0f
3 changed files with 25 additions and 27 deletions

View File

@@ -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;