fix(devtools): network tab panel inner scroll (#8329)

* fix: ui overflow for the network tab

* test(e2e): scroller behaviour for network tab
This commit is contained in:
Sid
2026-06-22 19:32:29 +05:30
committed by GitHub
parent 46498e8423
commit 222ac80f5e
6 changed files with 237 additions and 0 deletions

View File

@@ -314,6 +314,7 @@ const StyledWrapper = styled.div`
height: 100% !important;
max-height: 400px !important;
padding: 0.5rem !important;
overflow: auto !important;
.network-logs-pre {
color: ${(props) => props.theme.console.messageColor} !important;