fix: use position: fixed to avoid forcing Cypress (#39605)

This commit is contained in:
Oliver Eyton-Williams
2020-09-23 17:15:21 +02:00
committed by GitHub
parent 2f4d1c2804
commit 4f0959df1d
4 changed files with 11 additions and 15 deletions

View File

@@ -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%;