::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#page.drawers {
    scrollbar-color: initial !important;
    scrollbar-width: initial !important;
}

html {
    height: fit-content !important;
}