Skip to content

Fix dropdown summary ul offscreen - #727

Open
mikeritter wants to merge 1 commit into
picocss:mainfrom
mikeritter:main
Open

Fix dropdown summary ul offscreen#727
mikeritter wants to merge 1 commit into
picocss: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

tonystar commented Apr 7, 2026

Copy link
Copy Markdown

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

tonystar commented Apr 7, 2026

Copy link
Copy Markdown

fixed in Blades CSS via @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

2 participants