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
pull/41222/head
manziEric 2021-02-22 11:12:24 +01:00 committed by GitHub
parent 156f47b000
commit 0c28a2c755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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