Skip to content

Commit

Permalink
fix(storefront): IE11 - Clicking on Search Does Not Display Search Bar (
Browse files Browse the repository at this point in the history
  • Loading branch information
yurytut1993 authored and sacr3dc0w committed Mar 31, 2021
1 parent e9028ba commit 4354a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- IE11 - Clicking on Search Does Not Display Search Bar. [#2017](https://github.com/bigcommerce/cornerstone/pull/2017)
- Alt text should include product name for ratings. [#2015](https://github.com/bigcommerce/cornerstone/pull/2015)
- Changed insufficient "Change" link text on cart page. [#2014](https://github.com/bigcommerce/cornerstone/pull/2014)
- Added labeling for edit fields on cart page. [#2016](https://github.com/bigcommerce/cornerstone/pull/2016)
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/components/stencil/navUser/_navUser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
}

&.is-open {
display: initial;
display: block;
// scss-lint:disable ImportantRule
left: 0 !important; // 1
outline: none;
Expand Down

0 comments on commit 4354a12

Please sign in to comment.