Skip to content

Commit fcb7572

Browse files
committed
fix: feedback widget by modifying left property
1 parent 322ba54 commit fcb7572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/FeedbackWidget.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const FixedDot = ({
4343
boxShadow="tableItemBox"
4444
position="sticky"
4545
bottom={{ base: `${bottomOffset + 1}rem`, lg: 4 }}
46-
ms="auto"
46+
me="1rem"
47+
left={`calc(100% - ${size})`}
4748
mt={{ lg: "inherit" }}
4849
insetEnd={4}
4950
zIndex={98} /* Below the mobile menu */

0 commit comments

Comments
 (0)