Skip to content

Commit

Permalink
added left position 0 to visually hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
sophschneider committed Nov 12, 2021
1 parent 815d958 commit 34a5bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/shared/_accessibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// stylelint-disable declaration-no-important
position: absolute !important;
top: 0;
left: 0;
clip: rect(1px, 1px, 1px, 1px) !important;
overflow: hidden !important;
height: 1px !important;
Expand Down

0 comments on commit 34a5bb0

Please sign in to comment.