diff --git a/app/css/components/faces.css b/app/css/components/faces.css index 122870101f..48c629e0b4 100644 --- a/app/css/components/faces.css +++ b/app/css/components/faces.css @@ -13,6 +13,10 @@ height: 32px; width: 32px; } + /* leftmose face on top */ + &:nth-child(1) { z-index: 3; } + &:nth-child(2) { z-index: 2; } + &:nth-child(3) { z-index: 1; } } & .counter { @@ -38,6 +42,10 @@ height: 32px; width: 32px; } + /* leftmose face on top */ + &:nth-child(1) { z-index: 3; } + &:nth-child(2) { z-index: 2; } + &:nth-child(3) { z-index: 1; } } & .overflow-counter {