summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPat Lathem <patl@codero.com>2015-10-16 13:04:01 -0500
committerPat Lathem <patl@codero.com>2015-10-16 13:04:01 -0500
commit4e1e6b6354450cc17e0fe2e0425c245b16a10c6f (patch)
tree393cc208a81c5a562e00e11b68ed5f163f7d115a
parent6658d61e43e8781141319cc2e2cc02736cc0db33 (diff)
downloadchat-4e1e6b6354450cc17e0fe2e0425c245b16a10c6f.tar.gz
chat-4e1e6b6354450cc17e0fe2e0425c245b16a10c6f.tar.bz2
chat-4e1e6b6354450cc17e0fe2e0425c245b16a10c6f.zip
Add semi-colon
-rw-r--r--web/sass-files/sass/partials/_command-box.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss
index 41e1631b5..184fb55eb 100644
--- a/web/sass-files/sass/partials/_command-box.scss
+++ b/web/sass-files/sass/partials/_command-box.scss
@@ -5,7 +5,7 @@
border: $border-gray;
bottom: 38px;
overflow: auto;
- z-index: 100
+ z-index: 100;
@extend %popover-box-shadow;
.sidebar--right & {
bottom: 100px;