Description
After implementing zoom sdk,styling in my react website got overridden.it added min-width:1100px; I tried to override with !important, inline styling but it did not work.In the console it shows overridden,but it still applies to the page
Error
Can not override min width:1100px;
Which Web Client SDK version?
1.9.1
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Implement zoom web sdk
- Right click on the page and click inspect
- See styling applied to body element
- Try to override it
Screenshots

Device (please complete the following information):
- Device: laptop
- OS: windows 10
- Browser: Firefox
Additional context
Add any other context about the problem here.