Skip to content

Commit

Permalink
fix(storefront): BCTHEME-292 Social icon tooltip displaying should be…
Browse files Browse the repository at this point in the history
… fixed
  • Loading branch information
BC-tymurbiedukhin committed Nov 17, 2020
1 parent bea6df0 commit c3a38a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/scss/components/stencil/socialLinks/_socialLinks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
height: 2rem;

@include addFocusTooltip;

// moving tooltip on the left side for avoiding by parent's cut with overflow: hidden
&:focus:after {
right: auto;
left: 0;
}
}
}

Expand Down

0 comments on commit c3a38a6

Please sign in to comment.