Skip to content
Snippets Groups Projects
Commit b89ab7e6 authored by unarist's avatar unarist Committed by Eugen Rochko
Browse files

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

parent 33d73387
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment