瀏覽代碼

Add z-index to avatar

fengzai6 1 年之前
父節點
當前提交
ad10a11903
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 {