Commit ad1d5c6c authored by JC Brand's avatar JC Brand

Don't show scrollbar if not necessary

parent 497df974
......@@ -2341,7 +2341,7 @@
list-style: none; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul.occupant-list,
#conversejs .chatroom .box-flyout .chatroom-body .occupants ul.occupant-list {
overflow-y: scroll;
overflow-y: auto;
height: -webkit-calc(100% - 205px);
height: calc(100% - 205px); }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul.features-list,
......
......@@ -117,7 +117,7 @@
list-style: none;
&.occupant-list {
overflow-y: scroll;
overflow-y: auto;
@include calc(height, '100% - 205px');
}
&.features-list {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment