[HomePanel]BestSeller 스팟수정

- bestseller에서 스팟 왼쪽이동시에 gnb로 이동안하는부분 수정.
This commit is contained in:
junghoon86.park
2024-02-26 13:00:26 +09:00
parent d86dd11f5b
commit 369aebb569

View File

@@ -17,7 +17,7 @@ import css from "./BestSeller.module.less";
const SpottableComponent = Spottable("div");
const Container = SpotlightContainerDecorator(
{ enterTo: "last-focused", leaveFor: { left: "", right: "" } },
{ enterTo: "last-focused" },
"div"
);