/* Hide scrollbars - real-world app style (scrolling still works) */
html, body, * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar, body::-webkit-scrollbar, *::-webkit-scrollbar {
  display: none;
}
