Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit b60e449

Browse files
committed
Merge branch 'main' into shared-flamegraph-component
2 parents 6a6f2c7 + 254ccb5 commit b60e449

File tree

4 files changed

+271
-251
lines changed

4 files changed

+271
-251
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"node": ">=14"
2424
},
2525
"dependencies": {
26-
"pyroscope": "git+https://github.com/pyroscope-io/pyroscope.git#3a526d0242934b1c303918a7988bf0eb9b2e5768"
26+
"pyroscope": "git+https://github.com/pyroscope-io/pyroscope.git#709bb8b"
2727
}
2828
}

src/SimplePanel.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ const getStyles = stylesFactory(() => {
3434
min-height: 100%;
3535
display: flex;
3636
flex-direction: column;
37+
.flamegraph-tooltip {
38+
position: fixed;
39+
}
3740
`,
3841
appContainer: css`
3942
flex: 1 0 auto;

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"baseUrl": "./src",
77
"noImplicitAny": false,
88
"noUnusedLocals": false,
9+
"allowJs": true,
910
"typeRoots": ["./node_modules/@types"]
1011
}
1112
}

0 commit comments

Comments
 (0)