summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-07-13 07:41:25 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-07-13 07:41:25 -0400
commit6cc8788193630b802375669c72fab02220cb692a (patch)
treee69d85fb5b7604f5a00c05be9f2cd2662919273a /web/sass-files/sass
parent27cab0f507d253bba5658335f42a4c7675fcdac7 (diff)
parente79ade46b2c43c0a6ee1ecffac91ba348aac790d (diff)
downloadchat-6cc8788193630b802375669c72fab02220cb692a.tar.gz
chat-6cc8788193630b802375669c72fab02220cb692a.tar.bz2
chat-6cc8788193630b802375669c72fab02220cb692a.zip
Merge pull request #164 from ralder/fix-mentions-list-height-in-right-sidebar
[webui] fix incorrect height for mentions list for reply and edit textbox
Diffstat (limited to 'web/sass-files/sass')
-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;
}
}