We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73dbbf commit 2ebd12dCopy full SHA for 2ebd12d
1 file changed
app/components/ColumnPicker.vue
@@ -93,7 +93,7 @@ function handleReset() {
93
v-if="isOpen"
94
ref="menuRef"
95
:id="menuId"
96
- class="absolute inset-ie-0 mt-2 w-60 bg-bg-subtle border border-border rounded-lg shadow-lg z-20"
+ 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"
97
role="group"
98
:aria-label="$t('filters.columns.show')"
99
>
0 commit comments