Skip to content

Commit fa3a324

Browse files
authored
Change FixedDot position to fixed on the right
Change FixedDot position to fixed on the right, to fix the extra padding that was created from the feedback widget.
1 parent ba196df commit fa3a324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackWidget/FixedDot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const FixedDot = forwardRef<HTMLButtonElement, FixedDotProps>(
2424
data-testid="feedback-widget-button"
2525
aria-label={t("feedback-widget")}
2626
className={cn(
27-
"lg:mt-inherit sticky bottom-4 z-overlay me-4 ms-auto flex size-12 items-center gap-0 rounded-full text-white shadow-table-item-box",
27+
"lg:mt-inherit fixed bottom-4 right-4 z-overlay flex size-12 items-center gap-0 rounded-full text-white shadow-table-item-box",
2828
"transition-all duration-200 hover:shadow-none hover:transition-transform hover:duration-200",
2929
!suppressScale && "hover:scale-110",
3030
offsetBottom && "bottom-31 lg:bottom-4",

0 commit comments

Comments
 (0)