bugfix: scrollable UI nav

This commit is contained in:
Michael Shanks 2020-02-25 16:14:10 +00:00
parent 071c0ebb40
commit e6ca4cefae
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@
background-color: var(--secondary5); background-color: var(--secondary5);
height: 100%; height: 100%;
padding: 0 1.5rem 0rem 0; padding: 0 1.5rem 0rem 0;
overflow-y: auto;
} }
.preview-pane { .preview-pane {