ui: fix header waves being cut

This commit is contained in:
Jean-Philippe Sirois
2019-10-08 23:34:54 -04:00
parent 09a56b03dc
commit df46c3e802
2 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -11,10 +11,10 @@ export const HeaderWrapper = styled.header`
position: relative;
min-height: auto;
background: #121240;
overflow: hidden;
&.is-home {
min-height: 100vh;
overflow: hidden;
}
`
@@ -60,6 +60,7 @@ export const FadedBottomWave = styled.div`
right: 0;
transition: opacity 0.5s, transform 0.5s;
opacity: 0;
pointer-events: none;
svg {
position: static;