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

Unified Diff: Source/devtools/front_end/ui/tooltip.css

Issue 1294033002: Devtools: Fix tooltip z-index and add tooltip for dock side (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/tooltip.css
diff --git a/Source/devtools/front_end/ui/tooltip.css b/Source/devtools/front_end/ui/tooltip.css
index 0276ef734808f90b5158bbe9b6200b6a22289a7f..25d5b60b9993ab4a524347df3c4d8c93c608da48 100644
--- a/Source/devtools/front_end/ui/tooltip.css
+++ b/Source/devtools/front_end/ui/tooltip.css
@@ -23,7 +23,7 @@
position: absolute;
visibility: hidden;
transition: visibility 0s 100ms, opacity 150ms cubic-bezier(0, 0, .2, 1);
- z-index: 3000;
+ z-index: 20001;
top: 0;
left: 0;
opacity: 0;
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698