diff --git a/css/_welcome_page.scss b/css/_welcome_page.scss index b61d402f0..5be60c46d 100644 --- a/css/_welcome_page.scss +++ b/css/_welcome_page.scss @@ -162,4 +162,10 @@ body.welcome-page { font-size: 32px; } } + + .welcome-watermark { + position: absolute; + width: 100%; + height: 100%; + } } diff --git a/react/features/welcome/components/WelcomePage.web.js b/react/features/welcome/components/WelcomePage.web.js index fe8cc1088..08761c1f8 100644 --- a/react/features/welcome/components/WelcomePage.web.js +++ b/react/features/welcome/components/WelcomePage.web.js @@ -119,7 +119,9 @@ class WelcomePage extends AbstractWelcomePage { className = { `welcome ${showAdditionalContent ? 'with-content' : 'without-content'}` } id = 'welcome_page'> - +
+ +