We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c403fb commit 958fbddCopy full SHA for 958fbdd
1 file changed
src/lib/components/chat/ChatControls/Embeds.svelte
@@ -40,9 +40,9 @@
40
</script>
41
42
{#if $embed}
43
- <div class="h-full w-full">
+ <div class="h-full w-full flex flex-col">
44
<div
45
- class="pointer-events-auto z-20 flex justify-between items-center py-3 px-2 font-primar text-gray-900 dark:text-white"
+ class="pointer-events-auto z-20 flex justify-between items-center py-3 px-2 font-primar text-gray-900 dark:text-white flex-shrink-0"
46
>
47
<div class="flex-1 flex items-center justify-between pl-2">
48
<a
@@ -68,7 +68,7 @@
68
</button>
69
</div>
70
71
- <div class=" w-full h-full relative">
+ <div class="w-full flex-1 min-h-0 relative">
72
{#if overlay}
73
<div class=" absolute top-0 left-0 right-0 bottom-0 z-10"></div>
74
{/if}
0 commit comments