body, #root {
  background-color: var(--color-screen-bg);
  max-height: 100vh;
  overflow: hidden;
}

input, textarea, select, input:focus, textarea:focus, select:focus {
  outline: none;
}

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

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #ffffff26;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff4d;
}

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