From 964fd983b7ef5f7f955880b0b38a13111f311f14 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 27 Nov 2018 09:49:34 -0500 Subject: [PATCH] z-index fix for tooltips within posts --- app/assets/stylesheets/desktop/topic-post.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index c258a952f1e..aa86b3fd2b3 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -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,