fix(drawer): fix z-index (#3242)

This commit is contained in:
Zeke Zhang 2023-12-21 11:39:34 +08:00 committed by GitHub
parent b8244bfb9a
commit e68053b006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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': {