Skip to content

Commit

Permalink
Merge pull request #11 from beclab/dev/mobile
Browse files Browse the repository at this point in the history
fix: fix avator z-index
  • Loading branch information
wushuangs authored Jun 11, 2024
2 parents 2f6d866 + 1da00a8 commit 2d55e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/mobile/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ const onLogout = async () => {
position: fixed;
right: 20px;
top: 20px;
z-index: -1;
z-index: 1;
}
.desktop-box {
width: 100%;
Expand Down

0 comments on commit 2d55e3a

Please sign in to comment.