Skip to content

Commit

Permalink
🪟 🐛 Remove unneeded scrollbar on Notification Settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
teallarson authored Jan 5, 2023
1 parent 2485576 commit 13369cf
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-xs}, -#{variables.$spacing-md});
white-space: nowrap;
}

Expand Down

0 comments on commit 13369cf

Please sign in to comment.