Closed (fixed)
Project:
Navigation
Version:
1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2023 at 10:28 UTC
Updated:
4 Aug 2023 at 18:29 UTC
Jump to comment: Most recent
When the sidebar is collapsed there is no way to access 2nd level items.
Show the submenus on hovering the icon when collapsed. Example working on Jared's Figma prototype .


| Comment | File | Size | Author |
|---|---|---|---|
| flyout-2.png | 160.98 KB | ckrina | |
| flyout-1.png | 112.41 KB | ckrina |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
claireristow commentedWorking on this now!
Comment #5
claireristow commentedMerged!
I'm going to create a follow up issue to address an item that might need extra thought. I struggled to get the positioning of the submenus in the centre of the parent item, especially with the user menu since it would flow offscreen. My workaround for now involves some javascript that either positions the menu to the top or bottom of the parent link, depending on it’s position in the viewport.