refactor(tile): remove unnecessary "position: relative" style

This commit is contained in:
metonym 2021-11-12 16:07:41 -08:00
commit 67724890d4

View file

@ -64,7 +64,7 @@
class:bx--tile--is-expanded="{expanded}" class:bx--tile--is-expanded="{expanded}"
class:bx--tile--light="{light}" class:bx--tile--light="{light}"
{...$$restProps} {...$$restProps}
style="position: relative; {expanded style="{expanded
? $$restProps.style ? $$restProps.style
: `${$$restProps.style}; max-height: ${tileMaxHeight + tilePadding}px`}" : `${$$restProps.style}; max-height: ${tileMaxHeight + tilePadding}px`}"
on:click on:click