Revert "fix(welcome-page): remove watermark container to avoid z-index wars"

This reverts commit 890151fa725f713dadc7be2079a8ec1762af8a94.
This commit is contained in:
Leonard Kim
2019-05-14 12:42:54 -07:00
committed by virtuacoplenny
parent f060ac9db1
commit e2044074ad
2 changed files with 9 additions and 1 deletions
+6
View File
@@ -162,4 +162,10 @@ body.welcome-page {
font-size: 32px;
}
}
.welcome-watermark {
position: absolute;
width: 100%;
height: 100%;
}
}
@@ -119,7 +119,9 @@ class WelcomePage extends AbstractWelcomePage {
className = { `welcome ${showAdditionalContent
? 'with-content' : 'without-content'}` }
id = 'welcome_page'>
<Watermarks />
<div className = 'welcome-watermark'>
<Watermarks />
</div>
<div className = 'header'>
<div className = 'welcome-page-settings'>
<SettingsButton