소스 검색

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 {