Skip to content

Commit 2a7d055

Browse files
fix(ui): correct column dropdown positioning and mobile overflow (#1092)
Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent 1bf177b commit 2a7d055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/ColumnPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function handleReset() {
8787
v-if="isOpen"
8888
ref="menuRef"
8989
:id="menuId"
90-
class="absolute inset-is-0 sm:inset-is-auto sm:inset-ie-0 mt-2 w-60 bg-bg-subtle border border-border rounded-lg shadow-lg z-20"
90+
class="absolute top-full inset-ie-0 sm:inset-is-auto sm:inset-ie-0 mt-2 w-60 bg-bg-subtle border border-border rounded-lg shadow-lg z-20"
9191
role="group"
9292
:aria-label="$t('filters.columns.show')"
9393
>

0 commit comments

Comments
 (0)