From 9dfd9c89e93f0a92d29458cefd0a1b291827ecfd Mon Sep 17 00:00:00 2001 From: Lukas Erni Date: Thu, 14 Dec 2023 09:04:15 +0100 Subject: [PATCH] comment: just non-firefox affected --- client/src/styles/_chosen.scss | 1 + client/src/styles/legacy/_preview.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/client/src/styles/_chosen.scss b/client/src/styles/_chosen.scss index b4140ae16..14fdf87ff 100644 --- a/client/src/styles/_chosen.scss +++ b/client/src/styles/_chosen.scss @@ -5,6 +5,7 @@ } // Avoid chosen dropdowns overflowing when not active +// affects non-firefox #1422 .chosen-container:not(.chosen-container-active) { overflow: hidden; } diff --git a/client/src/styles/legacy/_preview.scss b/client/src/styles/legacy/_preview.scss index 46624fe7f..3c5a8b278 100644 --- a/client/src/styles/legacy/_preview.scss +++ b/client/src/styles/legacy/_preview.scss @@ -113,6 +113,7 @@ margin-top: -5px; border: 1px solid $dropdown-border-color; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); + // width & right prevent overflow with non-firefox #1422 width: inherit; right: 0;