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

Unified Diff: remoting/webapp/toolbar.css

Issue 575303002: Fix bump-scroll on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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 | « remoting/webapp/fullscreen_v1.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/toolbar.css
diff --git a/remoting/webapp/toolbar.css b/remoting/webapp/toolbar.css
index a039227759f69fd6f1edb1b406e49bee6ae2e32b..3726a290a009508e7765f22c640ac716353c1534 100644
--- a/remoting/webapp/toolbar.css
+++ b/remoting/webapp/toolbar.css
@@ -4,7 +4,7 @@
*/
.toolbar-container {
- position: absolute;
+ position: fixed;
top: -48px;
width: 640px;
-webkit-transition: top 0.15s ease;
« no previous file with comments | « remoting/webapp/fullscreen_v1.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698