Revert "fix(welcome-page): remove watermark container to avoid z-index wars"
This reverts commit 890151fa725f713dadc7be2079a8ec1762af8a94.
This commit is contained in:
committed by
virtuacoplenny
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'>
|
||||
<Watermarks />
|
||||
<div className = 'welcome-watermark'>
|
||||
<Watermarks />
|
||||
</div>
|
||||
<div className = 'header'>
|
||||
<div className = 'welcome-page-settings'>
|
||||
<SettingsButton
|
||||
|
||||
Reference in New Issue
Block a user