From b9a974640699e13c9a59fd31f197ddad2183ed78 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Tue, 24 Feb 2026 00:43:53 -0500 Subject: [PATCH] back out ws-widgets overflow bc it breaks the pop --- web/kiri/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/kiri/index.css b/web/kiri/index.css index ddca3e2c..6d0f7e0f 100644 --- a/web/kiri/index.css +++ b/web/kiri/index.css @@ -838,8 +838,8 @@ details[open] summary::after { overflow: unset; } #ws-widgets { - max-height: 250px; - overflow-y: auto; + /* max-height: 250px; + overflow-y: auto; */ } #ws-widgets, #camops, #fdm-ranges { padding: 0 4px 0 4px;