bugfix: scrollable UI nav
This commit is contained in:
parent
071c0ebb40
commit
e6ca4cefae
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue