Skip to content

Commit a4f0dd1

Browse files
committed
🚑 unset top on mobile toast
1 parent 99535ba commit a4f0dd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/components/mobile/MobileScreen.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const ScreenWrapper = styled.div`
1010
1111
border-radius: ${remSize(4)};
1212
width: 90%;
13+
bottom: unset;
1314
bottom: ${remSize(64)}
1415
}
1516
`;

0 commit comments

Comments
 (0)