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

Unified Diff: sky/framework/sky-scrollable.sky

Issue 948073002: Fix typos in sky-drawer and sky-scrollable (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/framework/sky-drawer.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/sky-scrollable.sky
diff --git a/sky/framework/sky-scrollable.sky b/sky/framework/sky-scrollable.sky
index e0292d1d1ca621ca965debd77fd7f49ef17e4004..fa287a064cc32a15b06cdfe4d4ff42880bf88030 100644
--- a/sky/framework/sky-scrollable.sky
+++ b/sky/framework/sky-scrollable.sky
@@ -13,7 +13,7 @@
position: relative;
}
#scrollable {
- transform: translateY(0);
+ will-change: transform;
}
#vbar {
position: absolute;
« no previous file with comments | « sky/framework/sky-drawer.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698