antfu-collective / icones

⚡️ Icon Explorer with Instant searching, powered by Iconify
https://icones.js.org
MIT License
4.94k stars 238 forks source link

Status bar tap not working #293

Open KyleSmith0905 opened 3 months ago

KyleSmith0905 commented 3 months ago

Describe the bug

I’m on my phone right now btw. Status bar tap is when you tap the top of your phone to scroll to the top of the page.

No status bar tap likely means you have overflow-hidden on the root document element () and overflow-scroll or a custom scroll component on a child element.

So it is a trade off, if you have a custom scroll bar that looks pretty (idk, I’m on mobile) than fixing the status bar tap means you won’t have the pretty scroll bar.

your call.

Reproduction

Tap the status bar on iPhone (with notch or Dynamic Island).

System Info

iOS 17.3.1

Used Package Manager

n/a

Validations