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