6 lines
161 B
CSS
6 lines
161 B
CSS
.ResumeBuilder .JsonViewScrollable {
|
|
min-height: unset !important;
|
|
max-height: 30rem !important;
|
|
border: 1px solid orange;
|
|
overflow-x: auto !important;
|
|
} |