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 (#17783)
  • Loading branch information
philrenaud committed Jun 30, 2023
1 parent 6124c1a commit 17f63cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .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
```
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 17f63cf

Please sign in to comment.