before merge commit

This commit is contained in:
Vishnu 2025-03-27 17:25:07 +05:30
parent 5fa547973c
commit d7e6e4d918
1 changed files with 5 additions and 1 deletions

View File

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