Skip to content

Commit

Permalink
🐛 fix comparison viewport on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Jan 30, 2025
1 parent 8704263 commit 85e701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResultComparison.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const getPartyAnswer = (question: Question, party: Party): Answer | undefined =>
</p>
</div>

<div class="overflow-x-auto" ref="table-container">
<div class="relative overflow-x-auto" ref="table-container">
<table :class="{ scrolled: tableScroll > 0 }">
<thead>
<tr>
Expand Down

0 comments on commit 85e701c

Please sign in to comment.