diff --git a/apps/poll/src/Choices.tsx b/apps/poll/src/Choices.tsx index 7b3729ce..4dffef60 100644 --- a/apps/poll/src/Choices.tsx +++ b/apps/poll/src/Choices.tsx @@ -26,9 +26,6 @@ const MobileTitleLayer = styled(Text)` display: block; text-align: center; font-weight: bold; - position: absolute; - bottom: 0; - width: 100%; } `; @@ -144,7 +141,7 @@ export const Choices = () => { return ( <> - + @@ -152,8 +149,8 @@ export const Choices = () => { - {data.poll.title} + {data.poll.title} {isLocked ? (