Add `flex: 0 0 auto` to some components to avoid bugs on iOS9 (#3313)

This commit is contained in:
unarist 2017-05-26 01:59:55 +09:00 committed by Eugen Rochko
parent 33d7338779
commit b89ab7e69d
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@
.column-collapsable { .column-collapsable {
position: relative; position: relative;
flex: 0 0 auto;
.column-collapsable__content { .column-collapsable__content {
overflow: auto; overflow: auto;
@ -1792,6 +1793,7 @@
.getting-started__wrapper { .getting-started__wrapper {
position: relative; position: relative;
flex: 0 0 auto;
} }
.getting-started__footer { .getting-started__footer {