mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 14:26:39 +00:00
fix(panel-wrapper): remove modal warning
This commit is contained in:
parent
7eb147f737
commit
18fbcd35df
@ -41,6 +41,7 @@ const PanelWrapper = ({ children, title }: PanelWrapperProps) => {
|
|||||||
zIndex: 2,
|
zIndex: 2,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
ariaHideApp={false}
|
||||||
>
|
>
|
||||||
<PanelContent
|
<PanelContent
|
||||||
title={title}
|
title={title}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user