Skip to content

Commit 3c00392

Browse files
committed
use directional class
1 parent dc748ed commit 3c00392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ onKeyStroke(
608608
v-if="resolvedVersion"
609609
as="nav"
610610
: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)"
611+
class="ms-auto flex max-sm:(fixed bottom-4 inset-is-1/2 -translate-x-1/2 z-40 backdrop-blur-md)"
612612
:class="$style.packageNav"
613613
>
614614
<LinkBase

0 commit comments

Comments
 (0)