Browse Source

Add z-index to avatar

fengzai6 1 year ago
parent
commit
ad10a11903
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/components/settings.module.scss

+ 2 - 0
app/components/settings.module.scss

@@ -5,6 +5,8 @@
 
 .avatar {
   cursor: pointer;
+  position: relative;
+  z-index: 1;
 }
 
 .edit-prompt-modal {