mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 14:50:00 -07:00
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:
@@ -924,7 +924,8 @@ header p {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.output-panel::before {
|
||||
|
||||
Reference in New Issue
Block a user