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:
parent
d559072e48
commit
5cc0b39683
|
@ -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;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: $z-header;
|
z-index: $z-header;
|
||||||
|
top: 0;
|
||||||
|
|
||||||
// Defensive styles in case header height goes over 100px, causing
|
// Defensive styles in case header height goes over 100px, causing
|
||||||
// the left gutter menu to be on top of the header.
|
// the left gutter menu to be on top of the header.
|
||||||
|
|
Loading…
Reference in New Issue