mirror of
https://github.com/smittix/intercept.git
synced 2026-07-10 18:48:12 -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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.output-panel::before {
|
.output-panel::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user