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

Unified Diff: tracing/tracing/ui/base/drag_handle.html

Issue 2013843002: Fix analysis-view z-index (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Nat's fix Created 4 years, 7 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 | tracing/tracing/ui/side_panel/side_panel_container.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/drag_handle.html
diff --git a/tracing/tracing/ui/base/drag_handle.html b/tracing/tracing/ui/base/drag_handle.html
index 059f47239e3c95e1271e63402685e967afb39678..d919bbbad93ea0202025f5193f3daab751b83a5e 100644
--- a/tracing/tracing/ui/base/drag_handle.html
+++ b/tracing/tracing/ui/base/drag_handle.html
@@ -27,7 +27,6 @@ found in the LICENSE file.
flex: 0 0 auto;
height: 7px;
position: relative;
- z-index: 10;
}
:host(.vertical-drag-handle) {
@@ -41,7 +40,6 @@ found in the LICENSE file.
flex: 0 0 auto;
position: relative;
width: 7px;
- z-index: 10;
}
</style>
</template>
« no previous file with comments | « no previous file | tracing/tracing/ui/side_panel/side_panel_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698