From 37a1776c7e71b7c8c4f8945e3e26722b2153e235 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 14 Dec 2023 15:17:55 +1100 Subject: [PATCH] Prevent scrollbars on select2 item This is unrelated to the rest of the PR, I just noticed this issue so decided to fix it. I can't find any explanation, or think of any good reason for this rule, so I'm burning it. --- app/webpacker/css/admin_v3/components/select2.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/webpacker/css/admin_v3/components/select2.scss b/app/webpacker/css/admin_v3/components/select2.scss index e9078a9051..d42fc66d6b 100644 --- a/app/webpacker/css/admin_v3/components/select2.scss +++ b/app/webpacker/css/admin_v3/components/select2.scss @@ -111,7 +111,6 @@ color: $color-body-text; min-height: 22px; clear: both; - overflow: auto; } &.select2-no-results,