DummyService.css 108 B

12345678
  1. .JSONViewer{
  2. max-height: 300px;
  3. overflow-y: auto;
  4. padding: 0;
  5. }
  6. .textarea{
  7. background: white;
  8. }