diff --git a/components/common/Popover/index.scss b/components/common/Popover/index.scss index 6664eef6..79d7b808 100644 --- a/components/common/Popover/index.scss +++ b/components/common/Popover/index.scss @@ -11,6 +11,10 @@ min-width: 440px; z-index: 5; + @include breakpoint(phone) { + min-width: auto; + } + &.Flush { padding: 0; } diff --git a/components/raids/RaidCombobox/index.scss b/components/raids/RaidCombobox/index.scss index 62b00e09..3e4f1023 100644 --- a/components/raids/RaidCombobox/index.scss +++ b/components/raids/RaidCombobox/index.scss @@ -42,6 +42,10 @@ &:hover { background: var(--button-contained-bg); } + + @include breakpoint(phone) { + width: auto; + } } .Flipped { @@ -65,6 +69,10 @@ overflow-y: scroll; padding: 0 $unit; + @include breakpoint(phone) { + height: 28vh; + } + &.Searching { .CommandGroup { padding-top: 0;