From ab045700e1bee3a38002fdf5212bbe3bd6ffd136 Mon Sep 17 00:00:00 2001 From: Kushal Niroula Date: Mon, 30 Nov 2020 23:13:17 +0545 Subject: [PATCH] Fix: action overlapping with header (#11649) * Fix: action overlapping with header * Fix: use z-elevate --- app/assets/stylesheets/views/article.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/views/article.scss b/app/assets/stylesheets/views/article.scss index 1e2825537..76861723e 100644 --- a/app/assets/stylesheets/views/article.scss +++ b/app/assets/stylesheets/views/article.scss @@ -86,6 +86,7 @@ box-shadow: none; justify-content: stretch; top: calc(var(--header-height) + var(--layout-padding) + 6vh); + z-index: var(--z-elevate); } &__inner {