This commit is contained in:
Timothy Jaeryang Baek
2026-08-10 22:20:53 -06:00
parent 04c22f0c41
commit 0b4b7ae5ff
+5 -3
View File
@@ -1101,9 +1101,11 @@
aria-label={$i18n.t('Chat history')}
aria-hidden={!$showSidebar}
inert={!$showSidebar}
class="h-screen max-h-[100dvh] min-h-screen select-none {visible
? 'bg-gray-50 dark:bg-gray-950 z-50'
: ' bg-transparent z-0 pointer-events-none '} {$isApp
class="h-screen max-h-[100dvh] min-h-screen select-none {$mobile
? visible
? 'bg-gray-50 dark:bg-gray-950 z-50'
: 'bg-transparent z-0 pointer-events-none'
: `bg-gray-50 dark:bg-gray-950 z-50 ${$showSidebar ? '' : 'pointer-events-none'}`} {$isApp
? `ml-[4.5rem] md:ml-0 `
: $mobile
? ''