negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.05k stars 586 forks source link

Cross Button CSS is overridden inline #389

Closed pixelfreak closed 4 years ago

pixelfreak commented 4 years ago

See screenshot below:

Screen Shot 2020-07-19 at 1 46 26 PM
negomi commented 4 years ago

Hey @pixelfreak, yes, you'll need to use !important to override these with CSS.

Resizing the cross icon can be tricky because of how it's constructed, so you might prefer to use a custom icon. This issue has more info on that: https://github.com/negomi/react-burger-menu/issues/282