mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
fix(web): fix broken mobile sidebar (in workflows mode) sizing issue by adding flex-1 (#17055)
This commit is contained in:
parent
fc678ef36c
commit
13402529ce
@ -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()}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user