summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_mentions.scss
diff options
context:
space:
mode:
authorralder <ralder@yandex.ru>2015-07-10 12:20:00 -0700
committerralder <ralder@yandex.ru>2015-07-10 14:12:05 -0700
commite79ade46b2c43c0a6ee1ecffac91ba348aac790d (patch)
tree6195dbdc1f5f7eb417ad8e6c7e68a7cb5854edbd /web/sass-files/sass/partials/_mentions.scss
parent947da5d2878007a693460c7d3df29f19969683e5 (diff)
downloadchat-e79ade46b2c43c0a6ee1ecffac91ba348aac790d.tar.gz
chat-e79ade46b2c43c0a6ee1ecffac91ba348aac790d.tar.bz2
chat-e79ade46b2c43c0a6ee1ecffac91ba348aac790d.zip
[webui] fix incorrect height for mentions list for reply textbox
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;
}
}