Skip to content

Commit

Permalink
UI/UX: Fix Zoom Toggle Button Positioning Issue (#10907) (#10908)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaP700 authored Mar 1, 2025
1 parent 2eca6a4 commit dfd30ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CAREUI/interactive/Zoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const ZoomControls = (props: { disabled?: boolean }) => {
}

return (
<div className="absolute bottom-8 right-8 flex flex-col items-center justify-center gap-1 rounded-full border border-secondary-400 bg-white p-0.5 shadow-lg md:flex-row-reverse md:gap-2">
<div className="fixed bottom-8 right-8 flex flex-col items-center justify-center gap-1 rounded-full border border-secondary-400 bg-white p-0.5 shadow-lg md:flex-row-reverse md:gap-2">
<Button
disabled={props.disabled}
variant="ghost"
Expand Down

0 comments on commit dfd30ca

Please sign in to comment.