Css Code For Scroll Bar
.ia-upsell-cart {
max-height: 100%;
overflow-y: scroll;
scrollbar-gutter: stable;
}
/* Thicker WebKit scrollbar */
.ia-upsell-cart::-webkit-scrollbar {
width: 12px;
}
.ia-upsell-cart::-webkit-scrollbar-track {
background: #f0f0f0;
border-radius: 6px;
}
.ia-upsell-cart::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 6px;
border: 3px solid #f0f0f0;
}
.ia-upsell-cart::-webkit-scrollbar-thumb:hover {
background-color: #555;
}
Add this css code to the CSS Tabs
Updated on: 04/06/2025
Thank you!