mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
hotfix(expandable-tile): set relative position in tile
This commit is contained in:
parent
0383a2fe40
commit
b22058f54e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
class:bx--tile--is-expanded="{expanded}"
|
||||
class:bx--tile--light="{light}"
|
||||
{...$$restProps}
|
||||
style="{expanded
|
||||
style="position: relative; {expanded
|
||||
? $$restProps.style
|
||||
: `${$$restProps.style}; max-height: ${tileMaxHeight + tilePadding}px`}"
|
||||
on:click
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue