#clipResult {
  resize: vertical;      /* user can resize height */
  max-height: 200px;     /* prevent huge box */
  overflow-y: auto;      /* scroll inside */
  font-family: monospace;
}