warrior 3 mesiacov pred
rodič
commit
977f9cb3ab

+ 4 - 1
projects/live-app/src/modules/user/profile/profile.component.html

@@ -20,7 +20,10 @@
               alt=""
             />
           </div> -->
-          <app-avatar [avatar]="profile?.get('user')?.get('avatar')" />
+          <app-avatar
+            [avatar]="profile?.get('user')?.get('avatar')"
+            style="z-index: 99"
+          />
           <div class="top-right-block">
             <div class="top-left-title">{{ profile?.get("name") }}</div>
             @if (user?.get('sex') == '男') {