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 dc748ed commit 3c00392Copy full SHA for 3c00392
1 file changed
app/pages/package/[[org]]/[name].vue
@@ -608,7 +608,7 @@ onKeyStroke(
608
v-if="resolvedVersion"
609
as="nav"
610
:aria-label="$t('package.navigation')"
611
- class="ms-auto flex max-sm:(fixed bottom-4 left-1/2 -translate-x-1/2 z-40 backdrop-blur-md)"
+ class="ms-auto flex max-sm:(fixed bottom-4 inset-is-1/2 -translate-x-1/2 z-40 backdrop-blur-md)"
612
:class="$style.packageNav"
613
>
614
<LinkBase
0 commit comments