/* css styles */
.scroll-output {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 400px;     /* Adjust as needed */
  max-width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  background-color: #fdfdfd;
}