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

Side by Side Diff: tracing/tracing/ui/tracks/drawing_container.css

Issue 3002533002: Switch tracing to new flexbox. (Closed)
Patch Set: Created 3 years, 3 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 unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 .drawing-container { 6 .drawing-container {
7 -webkit-box-flex: 1;
8 display: inline; 7 display: inline;
9 overflow: auto; 8 overflow: auto;
10 overflow-x: hidden; 9 overflow-x: hidden;
11 position: relative; 10 position: relative;
12 } 11 }
13 12
14 .drawing-container-canvas { 13 .drawing-container-canvas {
15 -webkit-box-flex: 1;
16 display: block; 14 display: block;
17 pointer-events: none; 15 pointer-events: none;
18 position: absolute; 16 position: absolute;
19 top: 0; 17 top: 0;
20 } 18 }
OLDNEW
« no previous file with comments | « tracing/tracing/ui/timeline_view_help_overlay.html ('k') | tracing/tracing/ui/tracks/model_track.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698