
.time-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: .25rem;
}

.copy-code {
  cursor: pointer;
  user-select: text; /* 드래그도 허용 */
}
.copy-code.copied {
  outline: 2px dashed rgba(0,0,0,.25);
  outline-offset: 2px;
}