#drawer.open,
#raw-drawer.open {
  transform: translateX(0);
}

#log-rows tr,
#raw-log-rows tr {
  cursor: pointer;
}

#log-rows tr:hover,
#raw-log-rows tr:hover {
  background-color: rgb(248 250 252);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(203 213 225);
  border-radius: 9999px;
}

.timeline-dot {
  position: absolute;
  left: -29px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  border: 2px solid white;
  box-shadow: 0 0 0 2px currentColor;
}
