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