Parcourir la source

fix(css): do not display avatar on top of the messages

Previously the z-index was introduced in order to have the avatar
visible on top of the black video element, but now we're always hiding
the video element when the avatar is displayed, so it's no longer
required.
master
paweldomas il y a 8 ans
Parent
révision
e3d5bd3dfb
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      css/_videolayout_default.scss

+ 0
- 1
css/_videolayout_default.scss Voir le fichier

@@ -438,7 +438,6 @@
438 438
     margin: auto;
439 439
     position: relative;
440 440
     border-radius: 100px;
441
-    z-index: 3;
442 441
     visibility: inherit;
443 442
     background-color: #000000;
444 443
 }

Chargement…
Annuler
Enregistrer