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

Unified Diff: Source/devtools/front_end/popover.css

Issue 203683005: [DevTools] Place modal elements (suggest box, popover) above splitters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | Source/devtools/front_end/textPrompt.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/popover.css
diff --git a/Source/devtools/front_end/popover.css b/Source/devtools/front_end/popover.css
index d0518fca93d8bd5090ff728b8c4f11b82b9ef9d0..2162d72125aeb92afa55ea026fe43a5d8bbda80d 100644
--- a/Source/devtools/front_end/popover.css
+++ b/Source/devtools/front_end/popover.css
@@ -2,7 +2,7 @@
position: absolute;
-webkit-border-image: url(Images/popoverBackground.png) 25 25 25 25;
border-width: 25px;
- z-index: 100;
vsevik 2014/03/19 16:27:27 I am not sure this is safe. Shall we make splitter
+ z-index: 600;
pointer-events: none;
}
« no previous file with comments | « no previous file | Source/devtools/front_end/textPrompt.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698