mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
FIX: increasing z-index on topic-avatar
This commit is contained in:
parent
5f4f617689
commit
fe5374dd3b
@ -623,7 +623,7 @@ $topic-avatar-width: 45px;
|
|||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
width: $topic-avatar-width;
|
width: $topic-avatar-width;
|
||||||
float: left;
|
float: left;
|
||||||
z-index: z("base");
|
z-index: z("base") + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gap {
|
.gap {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user