mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:45:56 +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 {
|
return {
|
||||||
[componentCls]: {
|
[componentCls]: {
|
||||||
|
zIndex: '1000 !important', // fix https://nocobase.height.app/T-2797
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
'&.reset': {
|
'&.reset': {
|
||||||
'&.nb-action-popup': {
|
'&.nb-action-popup': {
|
||||||
|
Loading…
Reference in New Issue
Block a user