react-simple-pull-to-refresh icon indicating copy to clipboard operation
react-simple-pull-to-refresh copied to clipboard

Don't work if `height: 100vh`

Open beautyfree opened this issue 2 years ago • 2 comments

Don't work if i want on mobile do:

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

beautyfree avatar Nov 21 '23 11:11 beautyfree

Don't work if i want on mobile do:

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

same issue, have you got a solution?

Danu-rxone avatar Nov 29 '23 12:11 Danu-rxone

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

body,
#app {
  height: 100%;
}

beautyfree avatar Dec 01 '23 13:12 beautyfree