mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
chore: scroll when the help box is too big
This commit is contained in:
parent
c0ecc39439
commit
ddaafa8cda
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.umap-dialog .umap-close-link {
|
.umap-dialog .umap-close-link {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in a new issue