From 4ff38fac960131389939c13a49e2c0b172da4840 Mon Sep 17 00:00:00 2001 From: sacr3dc0w Date: Sat, 30 Jun 2018 08:34:01 -0700 Subject: [PATCH] Fix cart link not being clickable on mobile when white space reduced around store logo --- CHANGELOG.md | 1 + assets/scss/layouts/header/_header.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6074bf409..b34709158b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Fix Webpack DefinePlugin configuration. [#1286](https://github.com/bigcommerce/cornerstone/pull/1286) - Disable zoom and link for default "No Image" image. [#1291](https://github.com/bigcommerce/cornerstone/pull/1291) - Fix for ESLint "quotes" and "quote-props" errors. [#1280](https://github.com/bigcommerce/cornerstone/pull/1280) +- Fix cart link not being clickable on mobile when white space reduced around store logo [#1296](https://github.com/bigcommerce/cornerstone/pull/1296) ## 2.2.0 (2018-06-22) - Fix quantity edit on Simple Product AMP pages. [#1257](https://github.com/bigcommerce/cornerstone/pull/1257) diff --git a/assets/scss/layouts/header/_header.scss b/assets/scss/layouts/header/_header.scss index 95d6c8b150..89785c11db 100644 --- a/assets/scss/layouts/header/_header.scss +++ b/assets/scss/layouts/header/_header.scss @@ -69,7 +69,7 @@ padding: $header-logo-paddingVertical 0; position: relative; text-decoration: none; - width: 100%; + width: 60%; z-index: zIndex("low"); // scss-lint:disable NestingDepth @@ -78,6 +78,7 @@ border-bottom: 0; display: inline; padding: 0; + width: 100%; } &:hover {