before merge commit
This commit is contained in:
parent
5fa547973c
commit
d7e6e4d918
|
@ -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}>
|
||||||
|
|
Loading…
Reference in New Issue