ui #22

Merged
Vishnu merged 4 commits from ui into main 2025-03-29 04:57:23 +00:00
Showing only changes of commit 4b421c3162 - Show all commits

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}>