Kunena 6.1.3.2 Released

The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1

Solved Minor formatting issue - WYSIWYG Editor on Mobile - Quick Reply vs. Full Editor

More
5 years 3 months ago #1 by GJSchaller
When using the WYSIWYG editor, and the browser window is under about 990px in width, the editor collapses into a vertical mode (which is cool!)

I noticed that on the Full Reply, the toolbar on the left scrolls. On the Quick Reply, the toolbar overflows instead. Images attached below:




Geoffrey Schaller
Technical Officer
Knight Realms
Attachments:

Please Log in or Create an account to join the conversation.

More
5 years 3 months ago #2 by rich
Please try this code:

Code:
@media (max-width: 959px) { .wysibb-toolbar { max-height: 290px; /* or 300px */ } }

Please Log in or Create an account to join the conversation.

More
5 years 3 months ago #3 by GJSchaller
That did the trick, thank you!

Geoffrey Schaller
Technical Officer
Knight Realms

Please Log in or Create an account to join the conversation.

Time to create page: 0.265 seconds