Skip to content

Commit

Permalink
Fixes Tooltip clipping in for preset save button (#8076)
Browse files Browse the repository at this point in the history
* Fixes Tooltip clipping in for preset save button

* Update ConsultationFeedTab.tsx
  • Loading branch information
Aryanshu919 authored Jun 26, 2024
1 parent 6d00567 commit 6d6cc0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const ConsultationFeedTab = (props: ConsultationTabProps) => {
? "Save current position to selected preset"
: "Change camera position to update preset"
}
tooltipClassName="translate-y-8 text-xs"
tooltipClassName="translate-x-3 translate-y-8 text-xs"
onClick={() => setShowPresetSaveConfirmation(true)}
>
<CareIcon
Expand Down

0 comments on commit 6d6cc0a

Please sign in to comment.