thmsgbrt/react-simple-pull-to-refresh

Don't work if `height: 100vh`

beautyfree opened this issue · 2 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%;
}