/* Hide scrollbars globally on /nick while keeping scroll functionality. */
html,
body,
* {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Keep page scrolling enabled. */
html,
body {
  overflow-y: auto !important;
}
/* Hidden sector time: you are currently P1 in source inspection. */
