summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_popover.scss
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-08-20 11:33:29 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-08-20 11:33:29 -0400
commit4fafac5225d85c603140df261ab1535a63e918b6 (patch)
treecce82d70d9a11c7f37e9839adff54d8622610894 /web/sass-files/sass/partials/_popover.scss
parent47bff0ac16b69f2d28102420ced1d8f59773a88b (diff)
parent1fd26d25f291cae2d93bb5aac3448e76a3200646 (diff)
downloadchat-4fafac5225d85c603140df261ab1535a63e918b6.tar.gz
chat-4fafac5225d85c603140df261ab1535a63e918b6.tar.bz2
chat-4fafac5225d85c603140df261ab1535a63e918b6.zip
Merge pull request #416 from asaadmahmoodspin/ui-changes
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_popover.scss')
-rw-r--r--web/sass-files/sass/partials/_popover.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_popover.scss b/web/sass-files/sass/partials/_popover.scss
index 5008331b4..126d239ec 100644
--- a/web/sass-files/sass/partials/_popover.scss
+++ b/web/sass-files/sass/partials/_popover.scss
@@ -1,3 +1,8 @@
+.channel-header__info .popover-content {
+ max-height: 250px;
+ overflow: auto;
+}
+
.user-popover {
cursor: pointer;
display: inline-block;
@@ -13,4 +18,5 @@
overflow: hidden;
text-overflow: ellipsis;
display: block;
-} \ No newline at end of file
+}
+