By Josh Lewis on Sunday, 08 January 2017
Posted in General Issues
Replies 2
Likes 0
Views 185
Votes 0
Currently the message system displays scroll bars on both the conversation selector and the message itself even if there is no overflow or need for them. Attached is a screen shot showing what I mean.

This is a really easy fix. In the file:
components/com_easysocial/themes/wireframe/styles/style.min.css

simply change change scroll to auto in the following selector:


#es .es-convo__sidebar-scroll-area, #es .es-convo__content-scroll-area {
overflow-y: scroll;
}


Auto basically determines if overflow should be used or not. If no overflow, it does not display a scroll bar which makes for a better UX.
Hello, this will be updated in next release.
·
Monday, 09 January 2017 10:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your input on this, will log this in our issue tracker.
·
Sunday, 08 January 2017 13:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post