Skip to content

Commit

Permalink
fix scroll issue on webhook form
Browse files Browse the repository at this point in the history
  • Loading branch information
teallarson committed Jan 4, 2023
1 parent 3b26b2c commit 08a8d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
}

.tooltip {
transform: translate(0, -#{variables.$spacing-md});
transform: translate(-#{variables.$spacing-sm}, -#{variables.$spacing-md});
white-space: nowrap;
}

Expand Down

0 comments on commit 08a8d95

Please sign in to comment.