fix(web): fix broken mobile sidebar (in workflows mode) sizing issue by adding flex-1 (#17055)

This commit is contained in:
max tomashevsky 2026-03-12 17:46:41 +04:00 committed by GitHub
parent fc678ef36c
commit 13402529ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ export const SidebarContent = (props: {
ref={(el) => {
panel = el
}}
classList={{ "flex h-full min-h-0 min-w-0 overflow-hidden": true, "pointer-events-none": !expanded() }}
classList={{ "flex-1 flex h-full min-h-0 min-w-0 overflow-hidden": true, "pointer-events-none": !expanded() }}
aria-hidden={!expanded()}
>
{props.renderPanel()}