Skip to content

Commit 68bf0c7

Browse files
committed
fix: change left to insetStart
1 parent f13b893 commit 68bf0c7

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
@@ -46,8 +46,8 @@ const FixedDot = ({
4646
position="sticky"
4747
bottom={{ base: `${bottomOffset + 1}rem`, lg: 4 }}
4848
me="1rem"
49-
left={`calc(100% - ${size})`}
5049
mt={{ lg: "inherit" }}
50+
insetStart={`calc(100% - ${size})`}
5151
insetEnd={4}
5252
zIndex={98} /* Below the mobile menu */
5353
display="flex"

0 commit comments

Comments
 (0)