Sidebar content overflows on mobile devices
Abierto
good first issue
- Lenguaje dominante
- JavaScript
- Estrellas
- 2
- Forks
- 14
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The sidebar height overflows on mobile due to the browser's (like chrome) address bar is visible, causing `100vh` height to change dynamically.
Steps to reproduce:
- Open amfoss.in on a browser with dynamic address bar visibility (like chrome)
- Scroll and make sure the address bar is visible
- Open the sidebar
Possible fix:
- using `dvh` instead of `vh`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.