]> cat aescling's git repositories - mastodon.git/commitdiff
Add `flex: 0 0 auto` to some components to avoid bugs on iOS9 (#3313)
authorunarist <m.unarist@gmail.com>
Thu, 25 May 2017 16:59:55 +0000 (01:59 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 25 May 2017 16:59:55 +0000 (18:59 +0200)
app/javascript/styles/components.scss

index 64a70085227dffcdfd8fb9a5f2b0e7e094759d10..2a4c9dffeba8d94a878c93801c6f1a02dab330de 100644 (file)
@@ -60,6 +60,7 @@
 
 .column-collapsable {
   position: relative;
+  flex: 0 0 auto;
 
   .column-collapsable__content {
     overflow: auto;
 
 .getting-started__wrapper {
   position: relative;
+  flex: 0 0 auto;
 }
 
 .getting-started__footer {