.brx-popup-content::-webkit-scrollbar { width: 10px; overflow: hidden; } .brx-popup-content::-webkit-scrollbar-track { background: var(--accent); border-top-right-radius: var(--radius-l); border-bottom-right-radius: var(--radius-l); overflow: hidden; } .brx-popup-content::-webkit-scrollbar-thumb { background: var(--primary-light-trans-40); border-radius: var(--radius-l); } .brx-popup-content::-webkit-scrollbar-thumb:hover { background: var(--primary-light); }