From 17f63cfd9a1bf1ae42920ae1396d1bd0d34f7437 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Fri, 30 Jun 2023 17:09:42 -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 (#17783) --- .changelog/17783.txt | 3 +++ ui/app/styles/components/page-layout.scss | 1 + 2 files changed, 4 insertions(+) create mode 100644 .changelog/17783.txt diff --git a/.changelog/17783.txt b/.changelog/17783.txt new file mode 100644 index 000000000..4181fa184 --- /dev/null +++ b/.changelog/17783.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: affix page header to the top of the browser window to handle browser extension push-down gracefully +``` diff --git a/ui/app/styles/components/page-layout.scss b/ui/app/styles/components/page-layout.scss index f8f22501a..82418b4bc 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.