mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-05 06:39:43 +00:00
hide scrollbar on media carousel
This commit is contained in:
parent
3ce5053af5
commit
bcfed9b0b8
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ export function MediaCarousel({
|
|||
<div className="relative overflow-hidden carousel-container md:pb-4">
|
||||
<div
|
||||
id={`carousel-${categorySlug}`}
|
||||
className="grid grid-flow-col auto-cols-max gap-4 pt-0 overflow-x-scroll scrollbar rounded-xl overflow-y-hidden md:pl-8 md:pr-8"
|
||||
className="grid grid-flow-col auto-cols-max gap-4 pt-0 overflow-x-scroll scrollbar-none rounded-xl overflow-y-hidden md:pl-8 md:pr-8"
|
||||
ref={(el) => {
|
||||
carouselRefs.current[categorySlug] = el;
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue