You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to set a custom zIndex for a single notification? i have tried passing the zIndex in the style but it does not use it, it keeps displaying with a zIndex value of 1400
enqueueSnackbar(content, {
style:{zIndex}
});
Tech
Version
Notistack
v3.0.1
The text was updated successfully, but these errors were encountered:
Is there a way to set a custom zIndex for a single notification? i have tried passing the zIndex in the style but it does not use it, it keeps displaying with a zIndex value of 1400
enqueueSnackbar(content, {
style:{zIndex}
});
The text was updated successfully, but these errors were encountered: