@johly/bits-ui 2.18.3 → 2.18.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
</span>
|
|
137
137
|
</MenuSubTrigger>
|
|
138
138
|
<Portal>
|
|
139
|
-
<MenuSubContent sideOffset={8} align={getSubmenuAlign(meta)}>
|
|
139
|
+
<MenuSubContent sideOffset={8} align={getSubmenuAlign(meta)} sticky="always">
|
|
140
140
|
{#if column && meta?.kind === "column" && meta.editor === "text"}
|
|
141
141
|
<FilterTextEditor column={column as Column<unknown, "text">} {actions} />
|
|
142
142
|
{:else if column && meta?.kind === "column" && meta.editor === "number"}
|