fix guide scroll rubber banding on ios

This commit is contained in:
Luke Pulverenti 2016-12-07 16:11:13 -05:00
parent a8c3ec87ea
commit 672f3f4e85
3 changed files with 17 additions and 1 deletions

View file

@ -465,3 +465,8 @@
padding: 1em;
flex-shrink: 0;
}
.noRubberBanding {
/* This is needed to combat the rubber banding in iOS */
padding-bottom: 100px;
}