Procházet zdrojové kódy

Add z-index to avatar

fengzai6 před 1 rokem
rodič
revize
ad10a11903
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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 {