menu icon indicating copy to clipboard operation
menu copied to clipboard

how to disable overflow in horizontal mode?

Open zdj1414 opened this issue 6 years ago • 3 comments

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 avatar Nov 12 '18 17:11 zdj1414

@zdj1414 why would you want to disable overflow in horizontal mode when the width is fixed?

picodoth avatar Nov 13 '18 01:11 picodoth

@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.

zdj1414 avatar Nov 13 '18 02:11 zdj1414

why would you want to calculate the width, normally horizontal menu width is given by the parent, either a flex layout a percentage width.

picodoth avatar Nov 14 '18 03:11 picodoth