mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-09 16:00:27 +00:00
Merge pull request #15 from cwinfo/fc00-style-change
Use "overflow: scroll" on sidebar
This commit is contained in:
commit
8a38b318fb
@ -85,9 +85,10 @@ li {
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
/*bottom: 0;*/
|
/*bottom: 0;*/
|
||||||
|
max-height: calc(100vh - 40px);
|
||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
/*overflow-y: scroll;*/
|
overflow-y: scroll;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user