diff --git a/app/assets/stylesheets/common/base/tooltip.scss b/app/assets/stylesheets/common/base/tooltip.scss index be10a7aaa8e..c8234b571ab 100644 --- a/app/assets/stylesheets/common/base/tooltip.scss +++ b/app/assets/stylesheets/common/base/tooltip.scss @@ -4,7 +4,7 @@ $discourse-tooltip-border: $primary-medium; #discourse-tooltip { background-color: $discourse-tooltip-background; position: absolute; - z-index: 1000; + z-index: z("tooltip"); border: 1px solid $discourse-tooltip-border; max-width: 400px; margin-top: 25px;