.logs-view .table-wrap {
  max-height: 560px;
  overflow: auto;
  scrollbar-color: #8f949e #15171c;
  scrollbar-width: thin;
}

.logs-view .table-wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.logs-view .table-wrap::-webkit-scrollbar-track {
  background: #15171c;
}

.logs-view .table-wrap::-webkit-scrollbar-thumb {
  background: #70757f;
  border: 2px solid #15171c;
}

.logs-view thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #101217;
}

@media (max-width: 700px) {
  .logs-view .table-wrap { max-height: 440px; }
}
