*{transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out}.no-transition *{transition:none!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--chakra-colors-gray-100)}::-webkit-scrollbar-thumb{background:var(--chakra-colors-gray-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--chakra-colors-gray-500)}.dark ::-webkit-scrollbar-track{background:var(--chakra-colors-gray-800)}.dark ::-webkit-scrollbar-thumb{background:var(--chakra-colors-gray-600)}.dark ::-webkit-scrollbar-thumb:hover{background:var(--chakra-colors-gray-500)}html,body{overscroll-behavior:none;-webkit-overflow-scrolling:touch}body{position:fixed;overflow:hidden;width:100%;height:100%}#root{width:100%;height:100%;overflow:auto;overscroll-behavior:none}
