Skip to content

Fix dropdown summary ul offscreen#727

Open
mikeritter wants to merge 1 commit intopicocss:mainfrom
mikeritter:main
Open

Fix dropdown summary ul offscreen#727
mikeritter wants to merge 1 commit intopicocss:mainfrom
mikeritter:main

Conversation

@mikeritter
Copy link
Copy Markdown

The navigation dropdown is set to position:absolute and left:0 with nowrap.

This causes text to render offscreen in mobile.

This fix replaces left:0 with right:0 so content does not flow offscreen.

The navigation dropdown is set to position:absolute and left:0 with nowrap. This causes text to render offscreen in mobile. This fix replaces left:0 with right:0 so content does not flow offscreen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant