From 6782ee4ffc7363f6582040246abb953c695ff115 Mon Sep 17 00:00:00 2001 From: rkuehn-uofl Date: Thu, 31 Oct 2024 07:56:40 -0400 Subject: [PATCH] Add overflow to scss --- app/assets/stylesheets/hyrax/_forms.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/hyrax/_forms.scss b/app/assets/stylesheets/hyrax/_forms.scss index 0812bf0bb7..7800e171ca 100644 --- a/app/assets/stylesheets/hyrax/_forms.scss +++ b/app/assets/stylesheets/hyrax/_forms.scss @@ -40,6 +40,7 @@ legend small { .select2-container .select2-choice > .select2-chosen { max-width: 26em; + overflow: auto; } form {