From a41fd05a1bb16f72d1f1ba63963ad2a7550d248c Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Thu, 16 Mar 2017 00:27:03 -0400 Subject: [PATCH] fix little homepage styling issue --- app/assets/stylesheets/clean.css.erb | 1 + app/assets/stylesheets/mobile.scss.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/clean.css.erb b/app/assets/stylesheets/clean.css.erb index 096b9fcd..e1c56d33 100644 --- a/app/assets/stylesheets/clean.css.erb +++ b/app/assets/stylesheets/clean.css.erb @@ -30,6 +30,7 @@ height: 100%; box-sizing: border-box; padding-top: 92px; + overflow-y: auto; } /*.animations { diff --git a/app/assets/stylesheets/mobile.scss.erb b/app/assets/stylesheets/mobile.scss.erb index 6d260d8d..7bf57d63 100644 --- a/app/assets/stylesheets/mobile.scss.erb +++ b/app/assets/stylesheets/mobile.scss.erb @@ -64,7 +64,7 @@ height: auto; } .homeVideo { - width: 100%; + width: 100% !important; height: auto; } .fullWidthWrapper.withPartners {