Skip to content

Commit

Permalink
Report shows a 3rd party browser extension puts a banner at the top o…
Browse files Browse the repository at this point in the history
…f page and awkwardly shifts nav; this fixes that
  • Loading branch information
philrenaud committed Jun 30, 2023
1 parent fccfb1d commit 4ad90d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/styles/components/page-layout.scss
Expand Up @@ -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.
Expand Down

0 comments on commit 4ad90d9

Please sign in to comment.