There is already a related issue with patches https://www.drupal.org/project/ckeditor_accordion/issues/2869510 →
#8 still works in D10, thanks!
putting every paragraph parent translatable and saving the form solved the issue for me
For further Drupal versions there are also a good solution explained here: https://drupal.stackexchange.com/questions/310191/using-views-to-list-no...
Here's the link where this was discussed: https://www.drupal.org/project/chosen/issues/1338446 →
Here's the link where this was discussed: https://www.drupal.org/project/chosen/issues/1338446 →
I made a second version of the patch.
So first if the sub menu goes off screen, it changes the position of it to the top of administration menu. If this is not enough to fit inside the screen adds the scroll and readjust the height of it.
Thanks for the contribution. The patch was committed and it's already available on the last release 1.1.2.
Thanks a lot for the patch. We just needed to solve a minor fix, because it was throwing an error on the edit form.
Having this problem in multiple projects I decide to make a patch which reduces the height of the submenu enough to fit on the screen and add a scroll on it
Having this problem on multiple projects, I decided to make a patch that reduces the height of the submenu enough to fit inside the screen and then add a scroll on it.