Revert "fix(welcome-page): remove watermark container to avoid z-index wars"
This reverts commit 890151fa72
.
This commit is contained in:
parent
f060ac9db1
commit
e2044074ad
|
@ -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'>
|
||||
<div className = 'welcome-watermark'>
|
||||
<Watermarks />
|
||||
</div>
|
||||
<div className = 'header'>
|
||||
<div className = 'welcome-page-settings'>
|
||||
<SettingsButton
|
||||
|
|
Loading…
Reference in New Issue