Fix long popover for relationship column pickers
This commit is contained in:
parent
68678235d6
commit
725aa18060
|
@ -219,7 +219,7 @@
|
|||
on:close={() => (relationshipFieldName = null)}
|
||||
open={relationshipFieldName}
|
||||
anchor={relationshipPanelAnchor}
|
||||
align="right-outside"
|
||||
align="left"
|
||||
>
|
||||
{#if relationshipPanelColumns.length}
|
||||
<div class="relationship-header">
|
||||
|
|
Loading…
Reference in New Issue