Skip to content

Commit

Permalink
fix(header-action): allow vertical scroll when expanded (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Aug 13, 2024
1 parent 38fe6f8 commit 61eceb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UIShell/HeaderAction.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 61eceb0

Please sign in to comment.