Fix for issue #175-age key is jumping off page when looked at on small computer screen. Set max-height to 50 vh.

This commit is contained in:
Martin-dJ 2019-03-14 14:39:23 +00:00
parent d692db6c19
commit c20a8aa97a

View File

@ -33,7 +33,7 @@
margin: 0.25rem 0 0.5rem; margin: 0.25rem 0 0.5rem;
} }
.data-legend { .data-legend {
max-height: 30rem; max-height: 50vh;
overflow-y: auto; overflow-y: auto;
list-style: none; list-style: none;
margin-bottom: 0; margin-bottom: 0;