z-index fix for tooltips within posts
This commit is contained in:
parent
3e116bb14e
commit
964fd983b7
|
@ -641,7 +641,6 @@ $topic-avatar-width: 45px;
|
||||||
width: calc(#{$topic-body-width} + (#{$topic-body-width-padding} * 2));
|
width: calc(#{$topic-body-width} + (#{$topic-body-width-padding} * 2));
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: z("base");
|
|
||||||
border-top: 1px solid $primary-low;
|
border-top: 1px solid $primary-low;
|
||||||
padding: 12px 0 0 0;
|
padding: 12px 0 0 0;
|
||||||
.topic-meta-data,
|
.topic-meta-data,
|
||||||
|
|
Loading…
Reference in New Issue