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

View File

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