Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Main nav submenu - Fixed position cutting off #713

Closed
anevins12 opened this issue Dec 7, 2018 · 3 comments
Closed

Main nav submenu - Fixed position cutting off #713

anevins12 opened this issue Dec 7, 2018 · 3 comments
Labels
bug Something isn't working move to trac
Milestone

Comments

@anevins12
Copy link
Contributor

The main nav submenu is implemented as fixed position, which cuts off the items in the wild when normally there would be a scroll overflow

@kjellr kjellr added the bug Something isn't working label Dec 9, 2018
@kjellr kjellr added this to the 5.0.1 milestone Dec 9, 2018
@kjellr
Copy link
Collaborator

kjellr commented Dec 9, 2018

Here's a screenshot. In this example, the menu is cut off and it's impossible to scroll down to view the menu items at the bottom.

screen shot 2018-12-09 at 2 51 27 pm

@kjellr
Copy link
Collaborator

kjellr commented Dec 13, 2018

The usual fix for something like this would be to apply display: block (instead of table), and overflow-x: scroll to the submenu. However, this would need some reworking... it appears to work at first, but I'm seeing long menus visible under their children submenus:

menu-overflow

This may need a more creative solution. 🤔

@kjellr
Copy link
Collaborator

kjellr commented Jan 10, 2019

We're in the process of closing down this GitHub repository now that the theme is merged into core, so I've migrated this issue over to Trac:

https://core.trac.wordpress.org/ticket/45902

I'm closing this issue a result. Please feel free to follow up in the new thread moving forward. Thanks!

@kjellr kjellr closed this as completed Jan 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working move to trac
Projects
None yet
Development

No branches or pull requests

2 participants