.products_categories { max-height: 75vh; overflow-y: auto; padding-right: 5px; } /* Scroll bonito */ .products_categories::-webkit-scrollbar { width: 6px; } .products_categories::-webkit-scrollbar-thumb { background: #c4c4c4; border-radius: 10px; }