leefsmp / Re-Flex

Resizable Flex layout container components for advanced React web applications
https://leefsmp.github.io/Re-Flex/index.html
MIT License
639 stars 72 forks source link

Causes a glitch with Bootstrap #104

Closed RickeyWard closed 4 years ago

RickeyWard commented 4 years ago

When dragging a resize bar, it adds body "col-resize" class to change the cursor. Bootstrap has a class "col-*" that adds margin to the top and bottom of the screen. The overlap of the two cause frustrating visual glitches.

Might be a good idea to scope the global classes using BEM, or possibly just add "ReFlex-" to the classes added to body. "ReFlex-col-resize" and "ReFlex-row-resize"

leefsmp commented 4 years ago

Fixed in v 3.0.23, thanks