ui : fix ui clipping in mobile due to incorrect height setup (#24605)

This commit is contained in:
Amos Wong
2026-06-14 16:15:51 +02:00
committed by GitHub
parent acd79d603c
commit 1fd6dfe9f3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -312,7 +312,7 @@
/>
<Sidebar.Provider bind:open={sidebarOpen}>
<div class="flex h-screen w-full">
<div class="flex h-full w-full grow">
<Sidebar.Root variant="floating" class="h-full"
><SidebarNavigation bind:this={chatSidebar} /></Sidebar.Root
>