mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix: make user dropdown to be fixed (#1148)
This commit is contained in:
parent
4c25a27c8d
commit
274e182bdf
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<VDropdown :distance="0" placement="top-start">
|
||||
<VDropdown :distance="0" placement="top-start" strategy="fixed">
|
||||
<button btn-action-icon :aria-label="$t('action.switch_account')">
|
||||
<div :class="{ 'hidden xl:block': currentUser }" i-ri:more-2-line />
|
||||
<AccountAvatar v-if="currentUser" xl:hidden :account="currentUser.account" w-9 h-9 square />
|
||||
|
|
Loading…
Reference in a new issue