chakra-ui-vue icon indicating copy to clipboard operation
chakra-ui-vue copied to clipboard

[Docs]: iOS Side Navigation does not scroll

Open Kelvinblaze opened this issue 5 years ago • 2 comments

Describe the bug The mobile side navigation does not scroll, it completely seems fixed as one cannot access other part of the links on the documentation.

Expected behavior The mobile navigation is supposed to be scrollable.

Screenshots image

Kelvinblaze avatar May 10 '20 13:05 Kelvinblaze

Hey @Kelvinblaze Thanks for catching this. It appears to be only happening on iPhones.

codebender828 avatar May 10 '20 14:05 codebender828

Seems like a classic issue with position:fixed and overflow. Haven't tried it yet but perhaps replacing position:fixed with position:absolute could help?

quannt avatar Sep 05 '20 13:09 quannt