summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_mentions.scss
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-07-15 10:22:05 -0800
committer=Corey Hulen <corey@hulen.com>2015-07-15 10:22:05 -0800
commite017babc5ddd66e65469326bf723d5359875c2d1 (patch)
tree0da7ee5d9f4039eeb20f70940483c40943c9aa23 /web/sass-files/sass/partials/_mentions.scss
parent252d0f3924dd19aa4dd1900c6c00c41c84755d1e (diff)
parent38f9e140e98123eb256968fb31f7fbb2aef978e0 (diff)
downloadchat-e017babc5ddd66e65469326bf723d5359875c2d1.tar.gz
chat-e017babc5ddd66e65469326bf723d5359875c2d1.tar.bz2
chat-e017babc5ddd66e65469326bf723d5359875c2d1.zip
fixing merge
Diffstat (limited to 'web/sass-files/sass/partials/_mentions.scss')
-rw-r--r--web/sass-files/sass/partials/_mentions.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_mentions.scss b/web/sass-files/sass/partials/_mentions.scss
index da46866c8..7e8c1869a 100644
--- a/web/sass-files/sass/partials/_mentions.scss
+++ b/web/sass-files/sass/partials/_mentions.scss
@@ -11,13 +11,14 @@
position: absolute;
z-index: 1060;
.mentions-box {
- max-height: 303px;
- position:absolute;
- background-color:#fff;
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ background-color: #fff;
border: $border-gray;
overflow-x: hidden;
overflow-y: scroll;
- bottom:0;
+ bottom: 0;
}
}