fix: use 100dvh to prevent scroll on mobile first load

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-28 21:05:34 +01:00
parent ac68c68f8a
commit dcee26100f

View File

@@ -17,7 +17,7 @@ const { isATProtoReady } = useATProtoLogin()
<style lang="scss">
#main-app {
height: 100vh;
height: 100dvh;
width: 100%;
display: flex;
flex: 1;