Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.96k stars 606 forks source link

Modal window does not scroll with the rest of the editor's UI #1450

Open martin-zooza opened 3 months ago

martin-zooza commented 3 months ago

I have a custom modal window, but this behaviour applies to all modals. It's position is fixed at the point where editor's UI is at the moment of invoking the modal. After user scrolls it stays at it's previous position as it's top property doesn't recalculate. Are there any plans to fix this? Many thanks.