Skip to content

Commit a724346

Browse files
committed
Fixed the hover bubble
1 parent 0f1869b commit a724346

File tree

2 files changed

+3
-3
lines changed
  • ui/packages/shared/profile/src

2 files changed

+3
-3
lines changed

ui/packages/shared/profile/src/ProfileFlameGraph/FlameGraphArrow/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

ui/packages/shared/profile/src/TimelineGuide/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)