menu
menu copied to clipboard
how to disable overflow in horizontal mode?
Is there any way to disable overflow in horizontal mode?
except like this:
<div width="500px">
<menu>……</menu>
</div>
or how to calculate the width of the Menu bar dynamicly, then I can fix the width of div。
@zdj1414 why would you want to disable overflow in horizontal mode when the width is fixed?
@zdj1414 why would you want to disable overflow in horizontal mode when the width is fixed? Because I don't know how long the width is set.
why would you want to calculate the width, normally horizontal menu width is given by the parent, either a flex layout a percentage width.