fix(structured-list): override overfow-y to be visible (#1107)

Fixes #1106
This commit is contained in:
metonym 2022-02-18 15:54:23 -08:00 committed by GitHub
commit 6dc17dd8b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@
class:bx--structured-list--condensed="{condensed}" class:bx--structured-list--condensed="{condensed}"
class:bx--structured-list--flush="{flush}" class:bx--structured-list--flush="{flush}"
{...$$restProps} {...$$restProps}
style="overflow-y: visible; {$$restProps.style}"
on:click on:click
on:mouseover on:mouseover
on:mouseenter on:mouseenter