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

Unified Diff: remoting/webapp/base/html/main.css

Issue 1091603003: Position the <img> cursor relative to the client plugin, not the window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/html/main.css
diff --git a/remoting/webapp/base/html/main.css b/remoting/webapp/base/html/main.css
index 19f426f7dda49c6732b883705dfbd286bfb203c8..6dfd1b622c57ccaba4fa23403ce6d6a113eb4030 100644
--- a/remoting/webapp/base/html/main.css
+++ b/remoting/webapp/base/html/main.css
@@ -733,6 +733,12 @@ body:not(.connected) #session-mode {
box-sizing: border-box;
}
+#client-container {
+ /* The mouse-cursor-overlay is positioned relative to the client plugin,
+ * which is contained within this element. */
+ position: relative;
+}
+
.mouse-cursor-overlay {
position: absolute;
pointer-events: none;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698