* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scrollbar-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.01); scrollbar-width: thin; } body, html, .App { margin: 0 auto; overflow: hidden; overflow: clip; height: 100vh; -webkit-user-select: none; user-select: none; -webkit-app-region: drag; } option { color: black; } /* width */ ::-webkit-scrollbar { width: 0.5rem; height: 0.5rem; } /* Track */ ::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.01); border-radius: 4px; } /* Handle */ ::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.15); border-radius: 4px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.35); }