[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ui): correct column dropdown positioning and mobile overflow (#1092)

Co-authored-by: Daniel Roe <daniel@roe.dev>

authored by

Nandkishor Jadoun
Daniel Roe
and committed by
GitHub
2a7d055a 1bf177b4

+1 -1
+1 -1
app/components/ColumnPicker.vue
··· 87 87 v-if="isOpen" 88 88 ref="menuRef" 89 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" 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" 91 91 role="group" 92 92 :aria-label="$t('filters.columns.show')" 93 93 >