From 39680882f6a30b9eab1481f8184a11d88289fdcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 5 Dec 2020 16:43:27 +0100 Subject: [PATCH] Fix header z-index (#15836) --- sass/custom/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/custom/_layout.scss b/sass/custom/_layout.scss index f9c18e8e4dd..acc24435d16 100644 --- a/sass/custom/_layout.scss +++ b/sass/custom/_layout.scss @@ -46,6 +46,7 @@ html { .site-header { position: fixed; width: 100%; + z-index: 999; }