https://github.com/python/cpython/commit/726e8e8defc487c55ade9f6015aaf2bae6cec3f3
commit: 726e8e8defc487c55ade9f6015aaf2bae6cec3f3
branch: main
author: Stan Ulbrych <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-12-08T21:10:48Z
summary:
Tachyon: Fix html output sidebar cards hidden behind section headers on hover
(#142428)
files:
M Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
diff --git a/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
b/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
index 18d2279da9b645..e1cc3a8a58cf1d 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;
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]