From 12c6abf9db0456c3a68b0a69a9b9022882755be0 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Wed, 2 Aug 2017 18:13:47 -0500 Subject: remove nicescroll from jobs page and remove the library from common.bundle.js --- app/assets/stylesheets/framework/layout.scss | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'app/assets/stylesheets/framework/layout.scss') diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss index 67c3287ed74..0d8827bec11 100644 --- a/app/assets/stylesheets/framework/layout.scss +++ b/app/assets/stylesheets/framework/layout.scss @@ -109,16 +109,8 @@ body { } } - -/* The following prevents side effects related to iOS Safari's implementation of -webkit-overflow-scrolling: touch, -which is applied to the body by jquery.nicescroling plugin to force hardware acceleration for momentum scrolling. Side -effects are commonly related to inconsisent z-index behavior (e.g. tooltips). By applying the following to direct children -of the body element here, we negate cascading side effects but allow momentum scrolling to be applied to the body */ - -.navbar, -.page-gutter, -.page-with-sidebar { - -webkit-overflow-scrolling: auto; +.page-with-sidebar > .content-wrapper { + min-height: calc(100vh - #{$header-height}); } .with-performance-bar .page-with-sidebar { -- cgit v1.2.1