Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(858)

Unified Diff: chrome/browser/resources/welcome/welcome.css

Issue 2750673006: [FRE] Show scroll bar if window is too small. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/welcome/welcome.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/resources/welcome/welcome.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698