html, body {
  -webkit-tap-highlight-color: transparent;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #404040 transparent;
}

button, [role="button"] {
  touch-action: manipulation;
}

.file-row:active {
  background-color: rgb(38 38 38);
}
