mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(header-action): allow vertical scroll when expanded (#1992)
This commit is contained in:
parent
38fe6f8147
commit
61eceb0caa
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue