fix: use position: fixed to avoid forcing Cypress (#39605)
This commit is contained in:
committed by
GitHub
parent
2f4d1c2804
commit
4f0959df1d
@@ -9,7 +9,7 @@
|
||||
font-family: 'Lato', sans-serif;
|
||||
height: var(--header-height);
|
||||
background: var(--theme-color);
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
color: var(--gray-00);
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user