1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

bugfix: left-nav not scrolling on windows

This commit is contained in:
Michael Shanks 2020-06-02 11:12:36 +01:00
parent 9b31da4632
commit e1ba84bfdb

View file

@ -72,6 +72,7 @@
.panel {
min-height: 0;
height: 100%;
overflow-y: auto;
}
</style>