chore: scroll when the help box is too big

This commit is contained in:
David Larlet 2024-06-12 13:05:41 -04:00
parent c0ecc39439
commit ddaafa8cda
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -10,6 +10,7 @@
background-color: var(--background-color);
color: var(--text-color);
border-radius: 5px;
overflow-y: auto;
}
.umap-dialog .umap-close-link {
float: right;