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