diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-05-29 18:50:45 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-05-29 18:50:45 +0100 |
commit | f755c7d429f23bd61b4cf7d6bfd75ce29d8553f5 (patch) | |
tree | 360bac1ab51c257e2c29b95cbd4a5b4f0a33bd83 | |
parent | b6652547fae6b3d7992dc89288b207d64e89dfb1 (diff) | |
download | cheatdb-f755c7d429f23bd61b4cf7d6bfd75ce29d8553f5.tar.xz |
Fix flash being hidden behind elements
Fixes #84
-rw-r--r-- | app/scss/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scss/components.scss b/app/scss/components.scss index 79bba1c..d906c26 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -283,6 +283,7 @@ select:not([multiple]) { bottom: 15px; left: 0; right: 0; + z-index: 1000; } #alerts .alert { |