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 1bf177b commit 2a7d055Copy full SHA for 2a7d055
app/components/ColumnPicker.vue
@@ -87,7 +87,7 @@ function handleReset() {
87
v-if="isOpen"
88
ref="menuRef"
89
: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"
+ 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"
91
role="group"
92
:aria-label="$t('filters.columns.show')"
93
>
0 commit comments