Fix flash being hidden behind elements

Fixes #84
This commit is contained in:
rubenwardy 2018-05-29 18:50:45 +01:00
parent b6652547fa
commit f755c7d429
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ select:not([multiple]) {
bottom: 15px;
left: 0;
right: 0;
z-index: 1000;
}
#alerts .alert {