1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Merge pull request #8358 from Budibase/bug/sev2/color-picker-screen-panel

Don't apply color picker transition to the screen panel
This commit is contained in:
Martin McKeaveney 2022-10-24 10:42:21 +01:00 committed by GitHub
commit f466f96381

View file

@ -132,7 +132,7 @@
{#if open}
<div
use:clickOutside={() => (open = false)}
transition:fly={{ y: -20, duration: 200 }}
transition:fly|local={{ y: -20, duration: 200 }}
class="spectrum-Popover spectrum-Popover--bottom spectrum-Picker-popover is-open"
class:spectrum-Popover--align-right={alignRight}
>