mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-24 16:20:39 -04:00
fix: Export popup has small z-index (#7187)
This commit is contained in:
@@ -41,7 +41,7 @@ export const SettingsModal = forwardRef<SettingsModalHandle, ModalProps>((props,
|
||||
}), []);
|
||||
|
||||
return (
|
||||
<Modal ref={modalRef} tall {...props}>
|
||||
<Modal className='!z-10' ref={modalRef} tall {...props}>
|
||||
<ModalHeader>
|
||||
{getProductName()} Preferences
|
||||
<span className="faint txt-sm">
|
||||
|
||||
Reference in New Issue
Block a user