As was the case with admin_menu in D6 and admin_menu in D7, the toolbar module in D8 has the same issue.
The issue is that when menu items contain many items and appear below-the-fold, there is no way to scroll down the page/menu layer to get to those items.

This was fixed in admin_menu for D7 by providing a configuration for that allows the user to toggle the "Keep menu at top of page" option. If it's on, it uses a position:fixed, if it's off, it uses position:absolute.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joshua.boltz created an issue. See original summary.

joshua.boltz’s picture

This patch takes into consideration the fix that was done for admin_menu in D7, where it utilized position:absolute to allow the user to scroll down the page/menu layer to view all menu items in a large list.

joshua.boltz’s picture

joshua.boltz’s picture

joshua.boltz’s picture

Uploaded new patch that patches Stable core theme, that actually provides the toolbar module css that I originally through was in the Toolbar module itself.

nod_’s picture

Status: Active » Closed (cannot reproduce)

There is an internal scroll in the menu when it's taller than the screen.