From 61eceb0caac20d92ce58c23d26908530a7e32dbe Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 13 Aug 2024 09:57:31 -0700 Subject: [PATCH] fix(header-action): allow vertical scroll when expanded (#1992) --- src/UIShell/HeaderAction.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/UIShell/HeaderAction.svelte b/src/UIShell/HeaderAction.svelte index 1d47a1e2df..c614d534c9 100644 --- a/src/UIShell/HeaderAction.svelte +++ b/src/UIShell/HeaderAction.svelte @@ -96,6 +96,7 @@ bind:this="{refPanel}" class:bx--header-panel="{true}" class:bx--header-panel--expanded="{true}" + style:overflow-y="auto" transition:slide|local="{{ ...transition, duration: transition === false ? 0 : transition.duration,