Browse Source

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

closed-social-glitch-2
unarist 7 years ago
committed by Eugen Rochko
parent
commit
b89ab7e69d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/javascript/styles/components.scss

+ 2
- 0
app/javascript/styles/components.scss View File

@ -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…
Cancel
Save