diff --git a/components/raids/RaidCombobox/index.scss b/components/raids/RaidCombobox/index.scss index a09f4f78..45dac05b 100644 --- a/components/raids/RaidCombobox/index.scss +++ b/components/raids/RaidCombobox/index.scss @@ -65,7 +65,7 @@ .Raids { border-bottom-left-radius: $card-corner; border-bottom-right-radius: $card-corner; - height: 50vh; + height: 36vh; overflow-y: scroll; padding: 0 $unit; @@ -120,7 +120,9 @@ } } -.DetailsWrapper .PartyDetails.Editable .Raid.SelectTrigger { +.DetailsWrapper .PartyDetails.Editable .Raid.SelectTrigger, +.EditTeam .Raid.SelectTrigger { + background: var(--input-bound-bg); display: flex; padding-top: 10px; padding-bottom: 11px; diff --git a/components/raids/RaidCombobox/index.tsx b/components/raids/RaidCombobox/index.tsx index 62929160..5cbe7c0d 100644 --- a/components/raids/RaidCombobox/index.tsx +++ b/components/raids/RaidCombobox/index.tsx @@ -47,6 +47,7 @@ const untitledGroup: RaidGroup = { section: 0, order: 0, extra: false, + guidebooks: false, raids: [], difficulty: 0, hl: false,