From ddaafa8cda2490d86828fb124c29f68c77775baf Mon Sep 17 00:00:00 2001 From: David Larlet Date: Wed, 12 Jun 2024 13:05:41 -0400 Subject: [PATCH] chore: scroll when the help box is too big --- umap/static/umap/css/dialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/static/umap/css/dialog.css b/umap/static/umap/css/dialog.css index b83061f6..328c1ac2 100644 --- a/umap/static/umap/css/dialog.css +++ b/umap/static/umap/css/dialog.css @@ -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;