fix: fixed scroll to outer layer on json viewer (#6664)
Added scroll on whole json view
This commit is contained in:
parent
f08e353c7c
commit
cbff0fed99
2 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,6 @@ body {
|
|||
}
|
||||
|
||||
.jv-indent {
|
||||
overflow-y: auto !important;
|
||||
max-height: 310px !important;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -174,6 +174,7 @@ textarea[class^="ag-"]:focus {
|
|||
|
||||
.json-view {
|
||||
height: 370px !important;
|
||||
overflow-y: auto !important;
|
||||
border-radius: 10px !important;
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue