5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 14:59:35 +00:00

Use "overflow: scroll" on sidebar.

* Prevent network members with many peers from making the sidebar taller than the view port.
This commit is contained in:
Isabell Cowan 2017-12-24 23:22:45 -06:00
parent ee631b927e
commit 09085aa2b8

View File

@ -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;
} }