mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 12:43:54 -06:00
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));
|
||||
float: left;
|
||||
position: relative;
|
||||
z-index: z("base");
|
||||
border-top: 1px solid $primary-low;
|
||||
padding: 12px 0 0 0;
|
||||
.topic-meta-data,
|
||||
|
Loading…
Reference in New Issue
Block a user