diff --git a/src/lib/components/chat/ChatControls.svelte b/src/lib/components/chat/ChatControls.svelte
index 6e96d3831..026186a66 100644
--- a/src/lib/components/chat/ChatControls.svelte
+++ b/src/lib/components/chat/ChatControls.svelte
@@ -45,21 +45,6 @@
{#if !largeScreen}
- {#if show}
-
-
- {
- show = false;
- }}
- {models}
- bind:chatFiles
- bind:params
- />
-
-
- {/if}
-
{#if $showCallOverlay}
+ {:else if show}
+
+
+ {
+ show = false;
+ }}
+ {models}
+ bind:chatFiles
+ bind:params
+ />
+
+
{/if}
{:else if show}
diff --git a/src/lib/components/common/Drawer.svelte b/src/lib/components/common/Drawer.svelte
index e638f0f07..638175ea6 100644
--- a/src/lib/components/common/Drawer.svelte
+++ b/src/lib/components/common/Drawer.svelte
@@ -60,7 +60,7 @@