[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(a11y): add tabindex to main content (#1385)

authored by

Matteo Gabriele and committed by
GitHub
eac8537f 8ee36088

+1 -1
+1 -1
app/app.vue
··· 127 127 128 128 <AppHeader :show-logo="!isHomepage" /> 129 129 130 - <div id="main-content" class="flex-1 flex flex-col"> 130 + <div id="main-content" class="flex-1 flex flex-col" tabindex="-1"> 131 131 <NuxtPage /> 132 132 </div> 133 133