thmsgbrt / react-simple-pull-to-refresh

npm install react-simple-pull-to-refresh

Home Page:https://www.npmjs.com/package/react-simple-pull-to-refresh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't work if `height: 100vh`

beautyfree opened this issue · comments

Don't work if i want on mobile do:

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

Don't work if i want on mobile do:

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

same issue, have you got a solution?

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

body,
#app {
  height: 100%;
}