chakra-ui-vue
chakra-ui-vue copied to clipboard
[Docs]: iOS Side Navigation does not scroll
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

Hey @Kelvinblaze Thanks for catching this. It appears to be only happening on iPhones.
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?