From f912b560cdf525fb8c0ea47c352f39aa05e721fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Thu, 8 Aug 2019 21:23:37 -0400 Subject: [PATCH] Get the slogan to show up again --- web/themes/custom/geofresco/src/global/_components.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index 4dacaf6..12cf4f1 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -24,6 +24,12 @@ } } +// OK somehow now we need to give the navbar a z-index, any z-index at all, +// or else the slogan is hidden. +.navbar { + z-index: 0; +} + // Featured images on article pages .featured-image figure.image {