blob: 612dbc2eb9a109fe2305fbd31942d5b39edd2f4d [file] [log] [blame]
/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
* /deep/ tr-ui-e-chrome-cc-layer-view {
-webkit-flex-direction: column;
display: -webkit-flex;
left: 0;
position: relative;
top: 0;
}
* /deep/ tr-ui-e-chrome-cc-layer-view >
tr-ui-e-chrome-cc-layer-tree-quad-stack-view {
-webkit-flex: 1 1 100%;
-webkit-flex-direction: column;
min-height: 0;
display: -webkit-flex;
width: 100%;
}
* /deep/tr-ui-e-chrome-cc- layer-view > tr-ui-e-chrome-cc-layer-view-analysis {
height: 150px; /* fixed height given by drag control */
overflow-y: auto;
}
* /deep/ tr-ui-e-chrome-cc-layer-view >
tr-ui-e-chrome-cc-layer-view-analysis * {
-webkit-user-select: text;
}