Created
February 6, 2020 16:58
-
-
Save nightpool/6a3d5218436295c6fafa991d30409f5a to your computer and use it in GitHub Desktop.
Fix tooltipss getting cut off on speedscope.app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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