Skip to content

Instantly share code, notes, and snippets.

@nightpool
Created February 6, 2020 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nightpool/6a3d5218436295c6fafa991d30409f5a to your computer and use it in GitHub Desktop.
Save nightpool/6a3d5218436295c6fafa991d30409f5a to your computer and use it in GitHub Desktop.
Fix tooltipss getting cut off on speedscope.app
/* ==UserStyle==
@name Speedscope tooltip fix
@namespace github.com/nightpool
@version 1.0.0
@description Fix tooltipss getting cut off in sandwich view
@author nightpool
==/UserStyle== */
@-moz-document domain("speedscope.app") {
._5yoid0a._5yoid0a {
overflow: revert !important;
}
._1mgz80k._1mgz80k {
overflow: revert !important;
}
._1987w461._1987w461 {
overflow: revert !important;
}
}
@nightpool
Copy link
Author

nightpool commented Jul 3, 2020

This almost certainly doesn't work anymore because i was too lazy to account for the CSS-in-JS of it all but i think a PR fix for this got accepted upstream.

Either way, if necessary, install this into Stylus here: https://gist.github.com/nightpool/6a3d5218436295c6fafa991d30409f5a/raw/speedscope_tooltip_fix.user.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment