fix guide scroll rubber banding on ios
This commit is contained in:
parent
a8c3ec87ea
commit
672f3f4e85
3 changed files with 17 additions and 1 deletions
|
@ -465,3 +465,8 @@
|
|||
padding: 1em;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.noRubberBanding {
|
||||
/* This is needed to combat the rubber banding in iOS */
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue