From 726e8e8defc487c55ade9f6015aaf2bae6cec3f3 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:10:48 +0000 Subject: [PATCH] Tachyon: Fix html output sidebar cards hidden behind section headers on hover (#142428) --- Lib/profiling/sampling/_flamegraph_assets/flamegraph.css | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css b/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css index 18d2279da9b..e1cc3a8a58c 100644 --- a/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css +++ b/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css @@ -302,7 +302,6 @@ .collapsible.collapsed .section-chevron { } .section-content { - overflow: hidden; transition: max-height var(--transition-normal), opacity var(--transition-normal); max-height: 1000px; opacity: 1;