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);