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

@@ -0,0 +1,10 @@
{
"collections": [
{
"path": "{{collectionPath}}",
"securityConfig": {
"jsSandboxMode": "safe"
}
}
]
}

View File

@@ -0,0 +1,12 @@
{
"maximized": false,
"lastOpenedCollections": [
"{{collectionPath}}"
],
"preferences": {
"onboarding": {
"hasLaunchedBefore": true,
"hasSeenWelcomeModal": true
}
}
}