From d44ff5b4675823551b89245d139a84184075523e Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 3 Jan 2017 23:28:36 -0800 Subject: [PATCH] Fixed sticky machine support on iOS devices --- _sass/_layout.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 0d21d157c..58e3a4d10 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -245,8 +245,11 @@ position: fixed !important; z-index: 1 !important; background-color: #ffffff !important; - padding-right: 30px !important; + padding-right: $spacing-unit !important; top: 0 !important; + @include media-query($on-laptop) { + padding-right: $spacing-unit / 2 !important; + } } .screenshot-frame { display: inline-block;