Fix flickering outline on the dialogs while clicking (#1747)
This commit is contained in:
parent
cd87bd6901
commit
1991511ef7
@ -26,7 +26,6 @@ export const Modal = (props: {
|
||||
aria-modal="true"
|
||||
onKeyDown={handleKeydown}
|
||||
aria-labelledby={props.labelledBy}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<div className="Modal__background" onClick={props.onCloseRequest}></div>
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user