diff --git a/app/assets/stylesheets/export-collections.scss b/app/assets/stylesheets/export-collections.scss index 2b8dc46c0..f1a5713b4 100644 --- a/app/assets/stylesheets/export-collections.scss +++ b/app/assets/stylesheets/export-collections.scss @@ -1,5 +1,6 @@ .export-collections-modal { - + overflow: auto; + max-height: 68vh; label { font-weight: normal; }