Skip to content

Commit d26c26f

Browse files
authored
Merge pull request #16692 from flatsponge/dev
BUGFIX: Resolves a visual layout issue where a significant whitespace gap appeared below the site footer.
2 parents b3e256d + cd38e8c commit d26c26f

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+
"fixed bottom-4 end-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)