mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
refactor: new z-index on message and notification
This commit is contained in:
parent
42d0d575c6
commit
21dcbb4649
@ -8,7 +8,7 @@ function attachMessageContainer () {
|
||||
messageContainer = document.createElement('div')
|
||||
messageContainer.classList.add('n-message', 'n-message__container')
|
||||
messageContainer.style = `
|
||||
z-index: 300;
|
||||
z-index: 6000;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
@ -8,7 +8,7 @@ function attachNotificationContainer () {
|
||||
notificationContainer = document.createElement('div')
|
||||
notificationContainer.classList.add('n-notification', 'n-notification__container')
|
||||
notificationContainer.style = `
|
||||
z-index: 300;
|
||||
z-index: 4000;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 15px;
|
||||
|
Loading…
Reference in New Issue
Block a user