Styling issues when importing module from another project

0
Hi there,   I am currently developing an app locally using Bizzomate's Ultimate Gantt widget, and running it locally on a separate app has no issues. However, once I import the module into the actual app that I want to use it for, I get styling issues, which leads it to look like the unstyled image shown below, making the widget unusable. I've also attached a reference image to what it's supposed to look like. If there's anyone who encountered this issue in the past I would greatly appreciate support. Thank you
asked
1 answers
0

That sounds like your app may have custom styling that is clashing with how the Bizzomate Gannt widget is working. 

 

You can try using your web browser's Inspect Element tool and see what styles are being applied to that element. You may well see that your app's classes are being applied first and causing the issue. 

 

If this is the case, you will probably need to find the clashing class and make that selector more specific in your app so it doesn't clash with the widget.

 

Good luck!

answered