doczjs / docz

✍ It has never been so easy to document your things!
https://docz.site
MIT License
23.63k stars 1.46k forks source link

including global css messed up the docz default theme. How to target the Menu in themeConfig to fix it? #1580

Open JulienDemarque opened 4 years ago

JulienDemarque commented 4 years ago

To be able to see our components in docz looking the same way as where they are used in our services, we include a some global css that change for exemple the line-height on the body. The problem is that the docz menu now looks terrible. Is there a way to fix the default theme by targetting the docz Menu specifically? like the Sidebar__Wrapper component?