mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:27:04 +00:00
fix(drawer): fix z-index (#3242)
This commit is contained in:
parent
b8244bfb9a
commit
e68053b006
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user