From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:10:48 +0000 (+0000) Subject: Tachyon: Fix html output sidebar cards hidden behind section headers on hover (#142428) X-Git-Tag: v3.15.0a3~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=726e8e8defc487c55ade9f6015aaf2bae6cec3f3;p=thirdparty%2FPython%2Fcpython.git Tachyon: Fix html output sidebar cards hidden behind section headers on hover (#142428) --- diff --git a/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css b/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css index 18d2279da9b6..e1cc3a8a58cf 100644 --- a/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css +++ b/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css @@ -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;