.red-ui-editor{scrollbar-color:var(--red-ui-secondary-text-color) var(--red-ui-tertiary-background);scrollbar-width:auto}::-webkit-scrollbar{width:auto;height:auto}::-webkit-scrollbar-corner{background-color:var(--red-ui-tertiary-background)}::-webkit-scrollbar-thumb{background-color:var(--red-ui-secondary-text-color);border-radius:100px;border:3px solid var(--red-ui-tertiary-background)}::-webkit-scrollbar-thumb:hover{background-color:var(--red-ui-secondary-text-color-hover)}::-webkit-scrollbar-track{background-color:var(--red-ui-tertiary-background)}