mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Sidebar Styling issues with Mobile
This commit is contained in:
@@ -77,8 +77,7 @@ const ProductSlider: FC = ({ children }) => {
|
||||
<div className={s.root} ref={sliderContainerRef}>
|
||||
<div
|
||||
ref={ref}
|
||||
className="relative keen-slider h-full transition-opacity duration-150"
|
||||
style={{ opacity: isMounted ? 1 : 0 }}
|
||||
className={cn(s.slider, { [s.show]: isMounted }, 'keen-slider')}
|
||||
>
|
||||
{slider && (
|
||||
<div className={s.control}>
|
||||
|
Reference in New Issue
Block a user