mng / ngx-resizable

Resizable Split Pane Layout
https://3dgenomes.github.io/ngx-resizable/
MIT License
22 stars 15 forks source link

Global classes conflict with boostrap #18

Open anothermattbrown opened 3 years ago

anothermattbrown commented 3 years ago

We want to use ngx-resizable in a project that also uses bootstrap, but the global row and col classes are stomping on the bootstrap grid classes.

Part of the problem is the use of ViewEncapsulation.None: https://github.com/3DGenomes/ngx-resizable/blob/master/projects/ngx-resizable/src/lib/resizable/resizable.component.ts#L9

https://github.com/3DGenomes/ngx-resizable/blob/master/projects/ngx-resizable/src/lib/resizable/resizable.component.scss#L10-L28

bootstrap grid classes: https://getbootstrap.com/docs/4.0/layout/grid/

Tostifrosti commented 3 years ago

Any updates?

TheMelmacian commented 2 years ago

It seems that ngx-resizable is no longer updated so I switched to angular-split. Works similar and has no conflict with bootstrap.

pornkilla commented 2 years ago

The same problem in my project. Any news from the author's side?