hotfix(popover): manually apply relative style if relative is true

This commit is contained in:
metonym 2021-11-18 07:22:01 -08:00
commit 706a933ac3

View file

@ -61,6 +61,7 @@
class:bx--popover--open="{open}"
class:bx--popover--relative="{relative}"
{...$$restProps}
style="{$$restProps.style}; {relative && 'position: relative'}"
>
<div class:bx--popover-contents="{true}">
<slot />