Skip to content

Commit 2ebd12d

Browse files
authored
fix: adjust ColumnPicker dropdown positioning for mobile (#457)
1 parent c73dbbf commit 2ebd12d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/ColumnPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function handleReset() {
9393
v-if="isOpen"
9494
ref="menuRef"
9595
:id="menuId"
96-
class="absolute inset-ie-0 mt-2 w-60 bg-bg-subtle border border-border rounded-lg shadow-lg z-20"
96+
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"
9797
role="group"
9898
:aria-label="$t('filters.columns.show')"
9999
>

0 commit comments

Comments
 (0)