From b8eda3026f2947fc7ac2c60df2878209e7327480 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 16 Oct 2016 17:09:00 +0200 Subject: Fix scrolling on small devices for account timelines and compose column --- app/assets/javascripts/components/features/account/index.jsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'app/assets/javascripts/components/features/account') diff --git a/app/assets/javascripts/components/features/account/index.jsx b/app/assets/javascripts/components/features/account/index.jsx index cdda4ff2f..22e02ff54 100644 --- a/app/assets/javascripts/components/features/account/index.jsx +++ b/app/assets/javascripts/components/features/account/index.jsx @@ -74,13 +74,11 @@ const Account = React.createClass({ return ( -
-
+
- + - {this.props.children} -
+ {this.props.children}
); } -- cgit