Skip to content

Commit 38021a8

Browse files
authored
Merge pull request #9863 from MahendraBishnoi29/patch-6
fix: margin-bottom bug in the footer
2 parents f556559 + df697a8 commit 38021a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const FixedDot: React.FC<FixedDotProps> = ({
4444
position="sticky"
4545
bottom={{ base: `${bottomOffset + 1}rem`, lg: 4 }}
4646
ms="auto"
47-
mt={{ base: "150vh", lg: "inherit" }}
47+
mt={{ lg: "inherit" }}
4848
insetEnd={4}
4949
zIndex={98} /* Below the mobile menu */
5050
display="flex"

0 commit comments

Comments
 (0)