79677996

Date: 2025-06-24 17:42:34
Score: 1.5
Natty:
Report link

This can be achieved by adding the css property break-inside to the child items.

Adding the following to the css in your codepen achieves the desired effect:

.sub-menu{
  break-inside: avoid;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Solomino