fix: add style prop to mobile ActionDrawer and FilterAction components (#7110)

This commit is contained in:
Zeke Zhang 2025-06-23 21:58:45 +08:00 committed by GitHub
parent a0181b58b1
commit dcfed325de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ export const ActionDrawerUsedInMobile: any = observer((props: { footerNodeName?:
bodyClassName="nb-mobile-action-drawer-body"
bodyStyle={zIndexStyle}
maskStyle={zIndexStyle}
style={zIndexStyle}
destroyOnClose
>
<div className="nb-mobile-action-drawer-header">

View File

@ -80,6 +80,7 @@ export const FilterAction = withDynamicSchemaProps((props) => {
getContainer={getContainer}
bodyStyle={bodyStyle}
maskStyle={zIndexStyle}
style={zIndexStyle}
closeOnSwipe
>
<div className="nb-mobile-action-drawer-header">