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.
@tonystar
Copy link
Copy Markdown

tonystar commented Apr 7, 2026

it's actually not because of mobile -- issue is Safari-specific, and reproduces on desktop too:

image

tonystar added a commit to anyblades/pico that referenced this pull request Apr 7, 2026
@tonystar
Copy link
Copy Markdown

tonystar commented Apr 7, 2026

fixed in @anyblades/pico v2.2.0-alpha.3

cc #640

tonystar added a commit to anyblades/pico that referenced this pull request Apr 8, 2026
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.

2 participants