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

Unified Diff: Source/devtools/front_end/textPrompt.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
Index: Source/devtools/front_end/textPrompt.css
diff --git a/Source/devtools/front_end/textPrompt.css b/Source/devtools/front_end/textPrompt.css
index 4e4d06d86e3cd3f65b92626bf4fac19e69a6d814..653d7c2451a18b64b22d123ce7748e7261879d36 100644
--- a/Source/devtools/front_end/textPrompt.css
+++ b/Source/devtools/front_end/textPrompt.css
@@ -34,7 +34,7 @@
display: block;
border: 1px solid black;
padding: 2px;
- z-index: 100;
+ z-index: 600;
}
.suggest-box .container {
« Source/devtools/front_end/popover.css ('K') | « Source/devtools/front_end/popover.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698