]> git.lizzy.rs Git - cheatdb.git/commitdiff
Fix flash being hidden behind elements
authorrubenwardy <rw@rubenwardy.com>
Tue, 29 May 2018 17:50:45 +0000 (18:50 +0100)
committerrubenwardy <rw@rubenwardy.com>
Tue, 29 May 2018 17:50:45 +0000 (18:50 +0100)
Fixes #84

app/scss/components.scss

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