From 5e83db54ac11ea9e5910f574cd974092f9264527 Mon Sep 17 00:00:00 2001 From: Smittix Date: Thu, 8 Jan 2026 12:59:30 +0000 Subject: [PATCH] Fix WiFi section scrolling to show channel recommendation and correlation - Changed output-panel overflow from hidden to auto - Allows scrolling to see all content including bottom panels Co-Authored-By: Claude Opus 4.5 --- static/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/index.css b/static/css/index.css index 11f2a25..9771d2b 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -924,7 +924,8 @@ header p { display: flex; flex-direction: column; position: relative; - overflow: hidden; + overflow-y: auto; + overflow-x: hidden; } .output-panel::before {