5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-16 18:49:34 +00:00

Merge pull request #4 from zielmicha/master

Use "overflow: scroll" on sidebar.
This commit is contained in:
Christer Warén 2019-05-01 19:22:14 +03:00 committed by GitHub
commit f63c3d730a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,9 +85,10 @@ li {
top: 0;
right: 0;
/*bottom: 0;*/
max-height: calc(100vh - 40px);
min-width: 250px;
z-index: 999;
/*overflow-y: scroll;*/
overflow-y: scroll;
font-size: 12px;
}