z-index fix for tooltips within posts

This commit is contained in:
Kris 2018-11-27 09:49:34 -05:00
parent 3e116bb14e
commit 964fd983b7
1 changed files with 0 additions and 1 deletions

View File

@ -641,7 +641,6 @@ $topic-avatar-width: 45px;
width: calc(#{$topic-body-width} + (#{$topic-body-width-padding} * 2));
float: left;
position: relative;
z-index: z("base");
border-top: 1px solid $primary-low;
padding: 12px 0 0 0;
.topic-meta-data,