mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(structured-list): override overfow-y to be visible (#1107)
Fixes #1106
This commit is contained in:
parent
73b105660c
commit
6dc17dd8b3
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
class:bx--structured-list--condensed="{condensed}"
|
||||
class:bx--structured-list--flush="{flush}"
|
||||
{...$$restProps}
|
||||
style="overflow-y: visible; {$$restProps.style}"
|
||||
on:click
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue