Skip to content

Commit

Permalink
set height to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski authored and bartaz committed Aug 25, 2022
1 parent c9016df commit 9a60a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_utilities_off-screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Positions element out of flow & off screen for screen readers
@mixin vf-u-off-screen {
.u-off-screen {
height: 0 !important;
left: -10000px !important;
overflow: hidden !important;
position: absolute !important;
Expand Down

0 comments on commit 9a60a7f

Please sign in to comment.