How to change notification center z-index?

2 Replies
Pawan Jain
Pawan JainOP2y ago
Hi @ridhwanh default z-index of popover can be changed using styles prop like this:-
styles = {
popover: {
dropdown: {
zIndex: "-10 !important",
},
},
}
styles = {
popover: {
dropdown: {
zIndex: "-10 !important",
},
},
}
Let me know if it does not work
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?