Scrolling down in the Nav Dropdown menu

How can I activate scrolling in the nav dropdown menu if the dropdown content is longer than the users screen height. Without scrolling the dropdown content is just cut off at the bottom of the users viewport. Has anybody an idea?

Hi,

You could add for instance max-height: 70dvh and overflow-y: scroll properties to dropdown content, but I would rather shorten the dropdown or use 2 columns list or reorganize it with a mega-menu so that it can fit in all screens sizes.