]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Tachyon: Fix html output sidebar cards hidden behind section headers on hover (#142428)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 8 Dec 2025 21:10:48 +0000 (21:10 +0000)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 21:10:48 +0000 (21:10 +0000)
Lib/profiling/sampling/_flamegraph_assets/flamegraph.css

index 18d2279da9b6450dc17fc0b6350dd394d8e683c6..e1cc3a8a58cf1d3ac802ed63581633f72b1ee04a 100644 (file)
@@ -302,7 +302,6 @@ body.resizing-sidebar {
 }
 
 .section-content {
-  overflow: hidden;
   transition: max-height var(--transition-normal), opacity var(--transition-normal);
   max-height: 1000px;
   opacity: 1;