summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorPat Lathem <patl@codero.com>2015-10-16 12:54:55 -0500
committerPat Lathem <patl@codero.com>2015-10-16 12:54:55 -0500
commit6658d61e43e8781141319cc2e2cc02736cc0db33 (patch)
tree3cf8009c5aef1ea937b0733a8793c37eccd8ce7e /web/sass-files
parent3bd0a15341a5cff29c172aed73cda688e63fb7e7 (diff)
downloadchat-6658d61e43e8781141319cc2e2cc02736cc0db33.tar.gz
chat-6658d61e43e8781141319cc2e2cc02736cc0db33.tar.bz2
chat-6658d61e43e8781141319cc2e2cc02736cc0db33.zip
Add z-index to command-box so that elements behind it do not show through autocomplete popup
Diffstat (limited to 'web/sass-files')
-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..41e1631b5 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;