]> cat aescling's git repositories - mastodon.git/commitdiff
fix(getting_started): Scroll on mobile (#4312)
authorSorin Davidoi <sorin.davidoi@gmail.com>
Sun, 23 Jul 2017 12:50:26 +0000 (14:50 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 23 Jul 2017 12:50:26 +0000 (14:50 +0200)
app/javascript/styles/components.scss

index d9e5a9badccf866cebb6104e8cc2c416892b108f..1f70c65637bd710395161b6657e542d3c21c9eb7 100644 (file)
 
 .getting-started__wrapper {
   position: relative;
-  flex: 0 0 auto;
+  overflow-y: scroll;
 }
 
 .getting-started__footer {