Tachyon: Fix html output sidebar cards hidden behind section headers on hover (#142428)

This commit is contained in:
Stan Ulbrych 2025-12-08 21:10:48 +00:00 committed by GitHub
parent 719d7960e2
commit 726e8e8def
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;