We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3a324 commit cd38e8cCopy full SHA for cd38e8c
src/components/FeedbackWidget/FixedDot.tsx
@@ -24,7 +24,7 @@ const FixedDot = forwardRef<HTMLButtonElement, FixedDotProps>(
24
data-testid="feedback-widget-button"
25
aria-label={t("feedback-widget")}
26
className={cn(
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",
+ "fixed bottom-4 end-4 z-overlay flex size-12 items-center gap-0 rounded-full text-white shadow-table-item-box",
28
"transition-all duration-200 hover:shadow-none hover:transition-transform hover:duration-200",
29
!suppressScale && "hover:scale-110",
30
offsetBottom && "bottom-31 lg:bottom-4",
0 commit comments