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;