blob: e8d69901a05a68590305b5269da01f732e1e75dc [file] [log] [blame]
Chris Craik93216d02015-03-05 13:58:42 -08001/* 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
3 * found in the LICENSE file.
4 */
5html,
6body {
7 height: 100%;
8}
9
10body {
11 -webkit-flex-direction: column;
12 display: -webkit-flex;
13 margin: 0;
14 padding: 0;
15}
16
17body > x-profiling-view {
18 -webkit-flex: 1 1 auto;
19}
20