Skip to content

Commit

Permalink
fix: position absolute disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonDavide committed Nov 27, 2024
1 parent 4205173 commit 835b3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ChatZone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>
</div>
</div>
<div class="space-y-4" :class="{ 'bottom-6 left-0 px-4 grow w-full': isEmbedded }">
<div class="space-y-4" :class="{ 'bottom-6 left-0 px-4 absolute grow w-full': isEmbedded }">
<div class="flex space-x-4">
<input
ref="input"
Expand Down

0 comments on commit 835b3b0

Please sign in to comment.