From 651f48d5a64b0b33e9aef8e5636d836a2169af10 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 21 Jun 2023 02:15:32 -0700 Subject: [PATCH] Move min-width to RaidCombobox, not Popover This fixes #318 --- components/common/Popover/index.scss | 1 - components/raids/RaidCombobox/index.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/Popover/index.scss b/components/common/Popover/index.scss index 79d7b808..c20382d7 100644 --- a/components/common/Popover/index.scss +++ b/components/common/Popover/index.scss @@ -8,7 +8,6 @@ padding: $unit; transform-origin: var(--radix-popover-content-transform-origin); width: var(--radix-popover-trigger-width); - min-width: 440px; z-index: 5; @include breakpoint(phone) { diff --git a/components/raids/RaidCombobox/index.scss b/components/raids/RaidCombobox/index.scss index f3c689f3..2b938dc0 100644 --- a/components/raids/RaidCombobox/index.scss +++ b/components/raids/RaidCombobox/index.scss @@ -1,5 +1,6 @@ .Combobox.Raid { box-sizing: border-box; + min-width: 440px; .Header { background: var(--dialog-bg);