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