fix: update notification bar z-index (#41160)

* fix: update notification bar z-index

* fix: update notification bar z-index to 100

* fix: update z-index to 100 in flash.css
This commit is contained in:
manziEric
2021-02-22 11:12:24 +01:00
committed by GitHub
parent 156f47b000
commit 0c28a2c755

View File

@ -7,7 +7,7 @@
padding-bottom: 3px;
position: fixed;
width: 100%;
z-index: 1000;
z-index: 100;
}
.flash-message div {