Add missing file

This commit is contained in:
James Ketr 2025-05-09 17:50:04 -07:00
parent 0216515492
commit c97d24be68

View File

@ -0,0 +1,6 @@
.ResumeBuilder .JsonViewScrollable {
min-height: unset !important;
max-height: 30rem !important;
border: 1px solid orange;
overflow-x: auto !important;
}