FIX: increasing z-index on topic-avatar

This commit is contained in:
Kris 2018-01-18 13:38:27 -05:00
parent 5f4f617689
commit fe5374dd3b
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ $topic-avatar-width: 45px;
padding-top: 15px;
width: $topic-avatar-width;
float: left;
z-index: z("base");
z-index: z("base") + 1;
}
.gap {