bugfix: left-nav not scrolling on windows
This commit is contained in:
parent
9b31da4632
commit
e1ba84bfdb
|
@ -72,6 +72,7 @@
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue