Merge pull request #5749 from mbudm/issue/1253

Ensure the hero image doesn't pixelate on hamburger menu open
This commit is contained in:
Luis Ramos
2020-07-17 22:15:46 +01:00
committed by GitHub

View File

@@ -17,10 +17,12 @@
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
// Use vh units for new browsers - fixed issue 1253
height: 100vh;
}
h1 {