Let me know if this is what you were thinking of in https://github.com/negomi/react-burger-menu/issues/268. I added a new prop named htmlClassName with the same behavior as bodyClassName, and I changed the logic so that it no longer sets overflow-x on the html or body elements if the respective custom class name prop is passed in.
Fixes https://github.com/negomi/react-burger-menu/issues/268
Let me know if this is what you were thinking of in https://github.com/negomi/react-burger-menu/issues/268. I added a new prop named
htmlClassName
with the same behavior asbodyClassName
, and I changed the logic so that it no longer setsoverflow-x
on thehtml
orbody
elements if the respective custom class name prop is passed in.