diff --git a/packages/core/client/src/schema-component/antd/action/Action.Drawer.style.ts b/packages/core/client/src/schema-component/antd/action/Action.Drawer.style.ts index 7e6ebea7fb..8723d4e711 100644 --- a/packages/core/client/src/schema-component/antd/action/Action.Drawer.style.ts +++ b/packages/core/client/src/schema-component/antd/action/Action.Drawer.style.ts @@ -5,6 +5,7 @@ export const useStyles = genStyleHook('nb-action-drawer', (token) => { return { [componentCls]: { + zIndex: '1000 !important', // fix https://nocobase.height.app/T-2797 overflow: 'hidden', '&.reset': { '&.nb-action-popup': {