From e68053b00634e54acb338c6023297c526b64d74a Mon Sep 17 00:00:00 2001 From: Zeke Zhang <958414905@qq.com> Date: Thu, 21 Dec 2023 11:39:34 +0800 Subject: [PATCH] fix(drawer): fix z-index (#3242) --- .../src/schema-component/antd/action/Action.Drawer.style.ts | 1 + 1 file changed, 1 insertion(+) 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': {