Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't work if height: 100vh #86

Open
beautyfree opened this issue Nov 21, 2023 · 2 comments
Open

Don't work if height: 100vh #86

beautyfree opened this issue Nov 21, 2023 · 2 comments

Comments

@beautyfree
Copy link

beautyfree commented Nov 21, 2023

Don't work if i want on mobile do:

body,
#app {
  height: 100vh;
  width: 100vw;
}
@Danu-rxone
Copy link

Don't work if i want on mobile do:

body,
#app {
  height: 100vh;
  width: 100vw;
}

same issue, have you got a solution?

@beautyfree
Copy link
Author

beautyfree commented Dec 1, 2023

@Danu-rxone I had to change the layout, but it’s really a bad solution for me:

body,
#app {
  height: 100%;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants