mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Report shows a 3rd party browser extension puts a banner at the top of page and awkwardly shifts nav; this fixes that (#17783)
This commit is contained in:
3
.changelog/17783.txt
Normal file
3
.changelog/17783.txt
Normal file
@@ -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
|
||||
```
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user