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

This reverts commit 890151fa72.
This commit is contained in:
Leonard Kim 2019-05-14 11:56:33 -07:00 committed by virtuacoplenny
parent f060ac9db1
commit e2044074ad
2 changed files with 9 additions and 1 deletions

View File

@ -162,4 +162,10 @@ body.welcome-page {
font-size: 32px;
}
}
.welcome-watermark {
position: absolute;
width: 100%;
height: 100%;
}
}

View File

@ -119,7 +119,9 @@ class WelcomePage extends AbstractWelcomePage {
className = { `welcome ${showAdditionalContent
? 'with-content' : 'without-content'}` }
id = 'welcome_page'>
<div className = 'welcome-watermark'>
<Watermarks />
</div>
<div className = 'header'>
<div className = 'welcome-page-settings'>
<SettingsButton