Currently dialog resize is handled by a combination of mousedown (initResize) -> mousemove (resize) -> mouseup (endResize) events. Switching this to CSS resize (https ...
I've updated Tailwind CSS in my project to 2.2.0 today and noticed that whenever I open a modal dialog, after the brief transition effect, the 'fixed' background overlay then sits over the top of the ...