Skip to content

Commit a7ef18a

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
RPP: fix markers being unclickable
The `width:100%` made it so the first marker in the timeline that was visible effectively captured every single click event because it ran the entire width of the canvas. https://imgur.com/a/wVbsH0x Removing the width CSS styling doesn't break the markers but ensures each is clickable. Bug: 389138443 Change-Id: Iac74604d1db79640d086a81d3cea37cc51a65a5d Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6182304 Commit-Queue: Jack Franklin <[email protected]> Reviewed-by: Adriana Ixba <[email protected]>
1 parent d140fe1 commit a7ef18a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

front_end/panels/timeline/timelineFlameChartView.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
position: fixed;
167167
display: flex;
168168
bottom: 0;
169-
width: 100%;
170169
}
171170

172171
.overlay-popover span {

0 commit comments

Comments
 (0)