Pārlūkot izejas kodu

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

This reverts commit 890151fa72.
master
Leonard Kim 6 gadus atpakaļ
vecāks
revīzija
e2044074ad

+ 6
- 0
css/_welcome_page.scss Parādīt failu

162
             font-size: 32px;
162
             font-size: 32px;
163
         }
163
         }
164
     }
164
     }
165
+
166
+    .welcome-watermark {
167
+        position: absolute;
168
+        width: 100%;
169
+        height: 100%;
170
+    }
165
 }
171
 }

+ 3
- 1
react/features/welcome/components/WelcomePage.web.js Parādīt failu

119
                 className = { `welcome ${showAdditionalContent
119
                 className = { `welcome ${showAdditionalContent
120
                     ? 'with-content' : 'without-content'}` }
120
                     ? 'with-content' : 'without-content'}` }
121
                 id = 'welcome_page'>
121
                 id = 'welcome_page'>
122
-                <Watermarks />
122
+                <div className = 'welcome-watermark'>
123
+                    <Watermarks />
124
+                </div>
123
                 <div className = 'header'>
125
                 <div className = 'header'>
124
                     <div className = 'welcome-page-settings'>
126
                     <div className = 'welcome-page-settings'>
125
                         <SettingsButton
127
                         <SettingsButton

Notiek ielāde…
Atcelt
Saglabāt