diff --git a/ui/core/components/gear_picker.tsx b/ui/core/components/gear_picker.tsx index 85e343690a..c720b9bc13 100644 --- a/ui/core/components/gear_picker.tsx +++ b/ui/core/components/gear_picker.tsx @@ -425,6 +425,19 @@ export class SelectorModal extends BaseModal { this.contentElem = this.rootElem.querySelector('.selector-modal-tab-content') as HTMLElement; this.setData(); + + this.body.appendChild( +
+ + + If gear is missing, check the selected phase and your gear filters. +
+ If the problem persists, save any un-saved data, click the + + to open your sim options, then click the "Restore Defaults". +
+
+ ) } // Could be 'Items' 'Enchants' or 'Gem1'-'Gem3' diff --git a/ui/scss/core/components/_gear_picker.scss b/ui/scss/core/components/_gear_picker.scss index 3e07b9938e..f6f24ec911 100644 --- a/ui/scss/core/components/_gear_picker.scss +++ b/ui/scss/core/components/_gear_picker.scss @@ -219,6 +219,7 @@ overflow-y: auto; overflow-x: hidden; padding: 0; + margin-bottom: 0; &.hide-ep { .selector-modal-list-item-ep {