Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 * Use of this source code is governed by a BSD-style license that can be | |
| 3 * found in the LICENSE file. | |
| 4 */ | |
| 5 .network-timeline-v-scroll { | |
| 6 position: absolute; | |
| 7 width: 14px; | |
| 8 top: 0; | |
| 9 right: 0; | |
| 10 bottom: 0; | |
| 11 overflow-x: hidden; | |
| 12 z-index: 200; | |
| 13 } | |
| 14 | |
| 15 .network-timeline-v-scroll { | |
| 16 margin-top: 27px; | |
| 17 } | |
| OLD | NEW |