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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/mediaQueryInspector.css

Issue 1455243003: DevTools: Fix media query labels partially visible on Device Mode page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/WebKit/Source/devtools/front_end/emulation/mediaQueryInspector.css
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/mediaQueryInspector.css b/third_party/WebKit/Source/devtools/front_end/emulation/mediaQueryInspector.css
index f422939d9d43cc4a5809bc01770e6a1b8c9e9e52..5619a8ecca23458740519cb36ef54bedb8decdec 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/mediaQueryInspector.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/mediaQueryInspector.css
@@ -21,6 +21,7 @@
top: 1px;
bottom: 1px;
white-space: nowrap;
+ z-index: auto;
}
.media-inspector-marker:hover {
@@ -69,6 +70,7 @@
.media-inspector-marker-label-container {
position: absolute;
+ z-index: 1;
}
.media-inspector-marker-label-container-left {
« 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