Skip to content

Commit

Permalink
[FIX] Tooltip pointer is blocking Text (#21645)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumukhah authored May 10, 2021
1 parent 790b662 commit 11791bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const PreferencesSoundSection = ({ onChange, commitRef, ...props }) => {
min='0'
max='100'
/>
<Tooltip placement='right-middle' mis='x8'>
<Tooltip placement='right-left' mis='x8'>
{notificationsSoundVolume}
</Tooltip>
</Field.Row>
Expand Down

0 comments on commit 11791bf

Please sign in to comment.