Merge pull request #14540 from Budibase/BUDI-8560/fix-relationships-with-many-columns
Fix long popover for relationship column pickers
This commit is contained in:
commit
0f8df77ded
|
@ -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