Personalized, one-of-a-kind Memory Making Gift for family, friends, and loved ones.
prod desc
{{ product.description }}
{%- style -%}
/* Existing styles ... */
/* Custom Scroll Styles */
.custom-scroll {
max-height: 400px; /* Adjust as needed */
overflow-y: scroll;
scrollbar-width: thin;
scrollbar-color: #646464 #e0e0e0; /* Customize the colors */
}
/* WebKit browsers */
.custom-scroll::-webkit-scrollbar {
width: 8px;
}
.custom-scroll::-webkit-scrollbar-track {
background: #e0e0e0;
}
.custom-scroll::-webkit-scrollbar-thumb {
background-color: #646464;
border-radius: 4px;
}
{%- endstyle -%}
