Don't work if `height: 100vh`
beautyfree opened this issue · 2 comments
beautyfree commented
Don't work if i want on mobile do:
body,
#app {
height: 100vh;
width: 100vw;
}
Danu-rxone commented
Don't work if i want on mobile do:
body, #app { height: 100vh; width: 100vw; }
same issue, have you got a solution?
beautyfree commented
@Danu-rxone I had to change the layout, but it’s really a bad solution for me:
body,
#app {
height: 100%;
}