fix overflow

This commit is contained in:
Thomas G. Lopes 2025-06-19 18:11:18 +01:00
parent 5ed43a68ac
commit 45ac95431b
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,6 @@
let { class: className, children, ...rest }: HTMLAttributes<HTMLDivElement> = $props();
</script>
<div {...rest} class={cn('bg-background bg-noise fill-device-height col-start-2', className)}>
<div {...rest} class={cn('bg-background bg-noise fill-device-height col-start-2 ', className)}>
{@render children?.()}
</div>

View file

@ -395,7 +395,7 @@
>
<AppSidebar bind:searchModalOpen />
<Sidebar.Inset class="w-full overflow-clip px-2">
<Sidebar.Inset class="w-full min-w-0 overflow-clip px-2">
{#if !sidebarOpen}
<!-- header - top left -->
<div