Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treeview Files error height #37

Open
vallemar opened this issue Mar 9, 2020 · 0 comments
Open

Treeview Files error height #37

vallemar opened this issue Mar 9, 2020 · 0 comments

Comments

@vallemar
Copy link

vallemar commented Mar 9, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant