调整通知系统内容所在层级。
This commit is contained in:
parent
b9a00c7a70
commit
125f235964
|
@ -9,6 +9,7 @@
|
|||
justify-content: flex-start;
|
||||
align-items: stretch;
|
||||
gap: 10px;
|
||||
z-index: 600;
|
||||
}
|
||||
.message_box_positioner {
|
||||
position: absolute;
|
||||
|
@ -18,6 +19,7 @@
|
|||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 20vh;
|
||||
z-index: 700;
|
||||
}
|
||||
.notification {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue
Block a user