Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Solved Quick Reply button also broke, cannot scroll down.

More
6 years 10 months ago #210242 by cgwarder
I had to add "!important" to the CSS to make it work so that it would override the boostrap CSS - "overflow: hidden". I added the CSS to the

Kunena template custom.css file:
Code:
.modal-open{ overflow: auto !important; }

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

Time to create page: 0.291 seconds