fix: Fixed issue where dropdowns in preferences would not be visible
This commit is contained in:
@@ -124,6 +124,9 @@ const EmailBackups = ({ application }: Props) => {
|
||||
items={emailFrequencyOptions}
|
||||
value={emailFrequency}
|
||||
onChange={handleEmailFrequencyChange}
|
||||
classNameOverride={{
|
||||
popover: '!z-modal',
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user