Skip to content

Commit

Permalink
DevTools: Fix timeline flamechart popover style.
Browse files Browse the repository at this point in the history
NOTRY=true

Review-Url: https://codereview.chromium.org/2506903004
Cr-Commit-Position: refs/heads/master@{#433059}
  • Loading branch information
a1ph authored and Commit bot committed Nov 18, 2016
1 parent 0837411 commit 3a87aec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* found in the LICENSE file.
*/

.timeline-flamechart-popover {
overflow: hidden;
}

.timeline-flamechart-popover span {
margin-right: 5px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@
}

.flame-chart-entry-info:not(:empty) {
z-index: 200;
z-index: 2000;
position: absolute;
background-color: white;
pointer-events: none;
padding: 2px;
padding: 4px 8px;
white-space: nowrap;
max-width: 80%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05),
0 2px 4px rgba(0, 0, 0, 0.2),
0 2px 6px rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 3a87aec

Please sign in to comment.