From 2f965b65ffe933e74c4bb8ac990834f604b65b0d Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Thu, 27 Oct 2016 16:52:23 +0800 Subject: [PATCH] overflow-y: hidden on body to prevent openLightbox from showing a scrollbar --- app/assets/stylesheets/application.scss.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.scss.erb b/app/assets/stylesheets/application.scss.erb index dffd756d..72a49c90 100644 --- a/app/assets/stylesheets/application.scss.erb +++ b/app/assets/stylesheets/application.scss.erb @@ -82,7 +82,7 @@ body { font-family: 'din-medium', helvetica, sans-serif; color: #424242; -moz-osx-font-smoothing: grayscale; - overflow-x: hidden; + overflow: hidden; } h1, h2,