Closed doubleppereira closed 1 year ago
weird! works for me…
Tested in my Mac with all 3 browsers and my Android device. Same result
Androidn screenshot:
thanks for testing all that. i wonder what’s causing it
could it be cache? Getting this on the response headers:
it could explain why it looks ok for you and not from my side.. region cache.. just throwing ideas 😅
yeah that could be it
I can't give any other culprit since this was built in docusaurus. 🤷🏼♂️ someone could have seen this bug before I guess.
This might help use 100vh instead of 100%;
.navbar-sidebar {
overflow: visible
}
.navbar-sidebar__items {
height: calc(100vh - var(--ifm-navbar-height))
}
Steps:
Opened https://solito.dev/ on mobile viewport
Clicked on the side nav button to open:
Displays as follows:
It happens on Chrome, Safari and Firefox