| Index: chrome/browser/resources/welcome/welcome.css
|
| diff --git a/chrome/browser/resources/welcome/welcome.css b/chrome/browser/resources/welcome/welcome.css
|
| index 403538fdbeaec305ab2af4c2c1a799452c966862..2ca056c65150d78abf88aa4e66bfbb2659e1c22d 100644
|
| --- a/chrome/browser/resources/welcome/welcome.css
|
| +++ b/chrome/browser/resources/welcome/welcome.css
|
| @@ -9,8 +9,8 @@ body {
|
| flex-direction: column;
|
| font-size: 100%;
|
| justify-content: center;
|
| + margin: 0;
|
| min-height: 100vh;
|
| - overflow-y: hidden;
|
| }
|
|
|
| @keyframes slideUpContent {
|
| @@ -99,6 +99,11 @@ body {
|
| }
|
|
|
| .content {
|
| + height: 100%;
|
| + overflow-y: hidden;
|
| +}
|
| +
|
| +.slider {
|
| align-items: center;
|
| animation: slideUpContent 600ms 1.8s cubic-bezier(.4, .2, 0, 1) both;
|
| display: flex;
|
|
|