| 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>
|
|
|