.custom-scrollbar::-webkit-scrollbar{width:4px;height:4px;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;display:none}.custom-scrollbar:hover::-webkit-scrollbar{display:block}.custom-scrollbar{padding-right:4px}.custom-scrollbar:hover{padding-right:0}.custom-scrollbar::-webkit-scrollbar-track{background:var(--ui-colors-bg-base-secondary);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--ui-colors-opacity-base-56);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--ui-colors-opacity-base-72)}