Advertisement
Guest User

Untitled

a guest
May 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. diff --git a/tracing/tracing/ui/base/drag_handle.html b/tracing/tracing/ui/base/drag_handle.html
  2. index 059f472..d919bbb 100644
  3. --- a/tracing/tracing/ui/base/drag_handle.html
  4. +++ b/tracing/tracing/ui/base/drag_handle.html
  5. @@ -27,7 +27,6 @@ found in the LICENSE file.
  6. flex: 0 0 auto;
  7. height: 7px;
  8. position: relative;
  9. - z-index: 10;
  10. }
  11.  
  12. :host(.vertical-drag-handle) {
  13. @@ -41,7 +40,6 @@ found in the LICENSE file.
  14. flex: 0 0 auto;
  15. position: relative;
  16. width: 7px;
  17. - z-index: 10;
  18. }
  19. </style>
  20. </template>
  21. diff --git a/tracing/tracing/ui/side_panel/side_panel_container.html b/tracing/tracing/ui/side_panel/side_panel_container.html
  22. index fef3a8a..0f3b521 100644
  23. --- a/tracing/tracing/ui/side_panel/side_panel_container.html
  24. +++ b/tracing/tracing/ui/side_panel/side_panel_container.html
  25. @@ -15,7 +15,6 @@ found in the LICENSE file.
  26. :host {
  27. align-items: stretch;
  28. display: -webkit-flex;
  29. - z-index: 9;
  30. background-color: white;
  31. }
  32.  
  33. diff --git a/tracing/tracing/ui/timeline_view.html b/tracing/tracing/ui/timeline_view.html
  34. index f0dc001..f302148 100644
  35. --- a/tracing/tracing/ui/timeline_view.html
  36. +++ b/tracing/tracing/ui/timeline_view.html
  37. @@ -89,6 +89,7 @@ found in the LICENSE file.
  38. display: flex;
  39. min-height: 0;
  40. min-width: 0;
  41. + overflow-x: hidden;
  42. }
  43.  
  44. middle-container ::content track-view-container > * { flex: 1 1 auto; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement