Add flex: 0 0 auto
to some components to avoid bugs on iOS9 (#3313)
This commit is contained in:
parent
33d7338779
commit
b89ab7e69d
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
|
||||
.column-collapsable {
|
||||
position: relative;
|
||||
flex: 0 0 auto;
|
||||
|
||||
.column-collapsable__content {
|
||||
overflow: auto;
|
||||
|
@ -1792,6 +1793,7 @@
|
|||
|
||||
.getting-started__wrapper {
|
||||
position: relative;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.getting-started__footer {
|
||||
|
|
Loading…
Reference in a new issue