UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

Message Overflow

Josh Lewis · ·
11:04 AM Sunday, 08 January 2017
None
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.
The replies under this section are restricted to logged in users or users with an active subscription with us