Skip to content

Commit

Permalink
fix(storefront): BCTHEME-197 Logo focus of voice over has wrong (100%…
Browse files Browse the repository at this point in the history
… of the screen) width (#1831)
  • Loading branch information
BC-tymurbiedukhin authored Oct 21, 2020
1 parent 0564704 commit 9afd863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

- Fixed header logo focus border for voiceover and browser. [#1831](https://github.com/bigcommerce/cornerstone/pull/1831)

## Draft
- Unified browsers list that we support. [#1836](https://github.com/bigcommerce/cornerstone/pull/1836)
- Bump stencil utils and update hooks to account for refactor to drop Jquery in stencil utils [#1821](https://github.com/bigcommerce/cornerstone/pull/1821)
Expand Down
2 changes: 2 additions & 0 deletions assets/scss/layouts/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
overflow: visible;
position: relative;
height: auto;
display: flex;
flex-direction: column;
}

&.is-open {
Expand Down

0 comments on commit 9afd863

Please sign in to comment.