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 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-08 12:59:30 +00:00
parent de7b12a759
commit 5e83db54ac

View File

@@ -924,7 +924,8 @@ header p {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
overflow-y: auto;
overflow-x: hidden;
}
.output-panel::before {