fix(panel-wrapper): remove modal warning

This commit is contained in:
RadoslavDimchev 2024-04-16 11:55:57 +03:00 committed by Radoslav Dimchev
parent 7eb147f737
commit 18fbcd35df
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ const PanelWrapper = ({ children, title }: PanelWrapperProps) => {
zIndex: 2, zIndex: 2,
}, },
}} }}
ariaHideApp={false}
> >
<PanelContent <PanelContent
title={title} title={title}