summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-16 16:10:21 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-16 16:10:21 -0400
commit8ea76b0ada2cbe1914307f3edf0658e7f342a91e (patch)
tree393cc208a81c5a562e00e11b68ed5f163f7d115a /web
parent3bd0a15341a5cff29c172aed73cda688e63fb7e7 (diff)
parent4e1e6b6354450cc17e0fe2e0425c245b16a10c6f (diff)
downloadchat-8ea76b0ada2cbe1914307f3edf0658e7f342a91e.tar.gz
chat-8ea76b0ada2cbe1914307f3edf0658e7f342a91e.tar.bz2
chat-8ea76b0ada2cbe1914307f3edf0658e7f342a91e.zip
Merge pull request #1092 from trashcan/fix-autocomplete-transparency
Add z-index to command-box so that elements behind it do not show through
Diffstat (limited to 'web')
-rw-r--r--web/sass-files/sass/partials/_command-box.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss
index f1aa4dca2..184fb55eb 100644
--- a/web/sass-files/sass/partials/_command-box.scss
+++ b/web/sass-files/sass/partials/_command-box.scss
@@ -5,6 +5,7 @@
border: $border-gray;
bottom: 38px;
overflow: auto;
+ z-index: 100;
@extend %popover-box-shadow;
.sidebar--right & {
bottom: 100px;