mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user