From 179371304ad0d37b3369cc8f8d496d197c78c24a Mon Sep 17 00:00:00 2001 From: Aaron Axvig Date: Mon, 16 Mar 2026 14:27:11 -0500 Subject: [PATCH] Tree cutoff fix --- web/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/styles.css b/web/styles.css index a58b455..c28e8fb 100644 --- a/web/styles.css +++ b/web/styles.css @@ -145,7 +145,6 @@ h2 { .tree-children { margin-left: 16px; - max-height: 1000px; overflow: hidden; transition: max-height 0.3s ease, opacity 0.3s ease; opacity: 1;