canvas {
  width: 100%;
  height: 50px;
  border: solid black 1px;
  touch-action: none;
}

#logger {
  height: 200px;
  width: 100%;
  overflow-y: scroll;
} 
