File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ui/packages/shared/profile/src
ProfileFlameGraph/FlameGraphArrow Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ export const FlameGraphArrow = memo(function FlameGraphArrow({
414414 />
415415 ) }
416416 < svg
417- className = "font-robotoMono"
417+ className = "relative font-robotoMono"
418418 width = { zoomedWidth }
419419 height = { totalHeight }
420420 preserveAspectRatio = "xMinYMid"
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ export const TimelineGuide = ({
4949
5050 return (
5151 < div className = "relative h-5" >
52- < div className = "absolute" style = { { width, height} } >
53- < svg style = { { width : '100%' , height : '100%' } } className = "z-[5]" >
52+ < div className = "pointer-events-none absolute" style = { { width, height} } >
53+ < svg style = { { width : '100%' , height : '100%' } } >
5454 < g
5555 className = "x axis"
5656 fill = "none"
You can’t perform that action at this time.
0 commit comments