You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the treeview section of the files in a line of js a height is being assigned and when you deploy the overflow of the element does not grow.
I have solved the problem by changing the height to auto commenting the javascript line 264 of the file resources / editor / cte.js
$('#fileTreeAccordion').height(height); TO --> //$('#fileTreeAccordion').height(height);
Greetings.
The text was updated successfully, but these errors were encountered:
Good, I have detected a css bug in the plugins.
In the treeview section of the files in a line of js a height is being assigned and when you deploy the overflow of the element does not grow.
I have solved the problem by changing the height to auto commenting the javascript line 264 of the file resources / editor / cte.js
$('#fileTreeAccordion').height(height); TO --> //$('#fileTreeAccordion').height(height);
Greetings.
The text was updated successfully, but these errors were encountered: