before merge commit

This commit is contained in:
Vishnu 2025-03-27 17:24:36 +05:30
parent a906d9a60b
commit 4b421c3162
1 changed files with 6 additions and 1 deletions
app/src/components/ui/componets

View File

@ -140,7 +140,12 @@ const DisplayZone: React.FC<DisplayZoneProps> = ({
};
return (
<div className="zone-wrapper">
<div
ref={containerRef}
className={`zoon-wrapper ${
selectedZone?.activeSides?.includes("bottom") && "bottom"
}`}
>
{/* Left Arrow */}
{showLeftArrow && (
<button className="arrow left-arrow" onClick={handleScrollLeft}>