Skip to content

Commit

Permalink
changes flamebearer tooltip to position fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Aug 3, 2021
1 parent 4b05cbf commit b1ba728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/sass/flamebearer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.flamegraph-tooltip {
max-width: 80%;

position: absolute;
position: fixed;
top: 0;
left: 0;
pointer-events: none;
Expand Down

0 comments on commit b1ba728

Please sign in to comment.