- Posts: 15
- Thank you received: 1
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.
Are there other quick reply settings elsewhere?
Thx.
Please Log in or Create an account to join the conversation.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
It works. Is possible to make this work only with kunena?
I've tryed:
#kunena .modal-open {
overflow: auto;
}
but not work and I'm not a CSS expert
Thanks!
Please Log in or Create an account to join the conversation.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Thanks!
Please Log in or Create an account to join the conversation.
Therefore this answer:It works. Is possible to make this work only with kunena?
Add the posted code in your kunena template custom.less . Then he will loaded only on forum pages.
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.Because .modal-open exist only in kunena for sure?
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.