Skip to content

Commit

Permalink
fix(code-snippet): fix tooltip position (#4559)
Browse files Browse the repository at this point in the history
Refs #4517.
  • Loading branch information
asudoh authored Nov 9, 2019
1 parent 202aed2 commit 53eedcb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
height: $carbon--spacing-08;
width: $carbon--spacing-08;
overflow: visible;
display: flex;
justify-content: center;
align-items: center;

&:focus {
@include focus-outline('outline');
Expand Down Expand Up @@ -300,7 +303,7 @@

.#{$prefix}--snippet-button .#{$prefix}--btn--copy__feedback {
top: rem(25px);
left: 1rem;
left: 50%;
right: auto;
}

Expand Down

0 comments on commit 53eedcb

Please sign in to comment.