Skip to content

Commit df697a8

Browse files
remove unnecessary margin top in feedbackWidget
1 parent 9d997b9 commit df697a8

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)