fix: fixed scroll to outer layer on json viewer (#6664)

Added scroll on whole json view
This commit is contained in:
Lucas Oliveira 2025-02-18 10:10:56 -03:00 committed by GitHub
commit cbff0fed99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -66,8 +66,6 @@ body {
}
.jv-indent {
overflow-y: auto !important;
max-height: 310px !important;
border-radius: 10px;
}

View file

@ -174,6 +174,7 @@ textarea[class^="ag-"]:focus {
.json-view {
height: 370px !important;
overflow-y: auto !important;
border-radius: 10px !important;
padding: 10px !important;
}