From 4ad90d9889f3d86c303727b66133d3a9f32aa7c7 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Fri, 30 Jun 2023 14:23:40 -0400 Subject: [PATCH] Report shows a 3rd party browser extension puts a banner at the top of page and awkwardly shifts nav; this fixes that --- ui/app/styles/components/page-layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/styles/components/page-layout.scss b/ui/app/styles/components/page-layout.scss index f8f22501a1c3..82418b4bc508 100644 --- a/ui/app/styles/components/page-layout.scss +++ b/ui/app/styles/components/page-layout.scss @@ -12,6 +12,7 @@ position: fixed; width: 100%; z-index: $z-header; + top: 0; // Defensive styles in case header height goes over 100px, causing // the left gutter menu to be on top of the header.