fix guide scroll rubber banding on ios
This commit is contained in:
@@ -465,3 +465,8 @@
|
||||
padding: 1em;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.noRubberBanding {
|
||||
/* This is needed to combat the rubber banding in iOS */
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user