Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

Solved Quick Reply button also broke, cannot scroll down.

More
5 years 5 months ago #11 by yodam
Because .modal-open exist only in kunena for sure?

Thanks!

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

More
5 years 5 months ago #12 by rich
That was your question:

It works. Is possible to make this work only with kunena?

Therefore this answer:

Add the posted code in your kunena template custom.less . Then he will loaded only on forum pages.


Because .modal-open exist only in kunena for sure?

No, this code is also present in the bootstrap css of your Joomla template. But in this file is the command overflow: hidden;, and this cause the problem.

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

More
4 years 10 months ago #13 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.331 seconds