@harshit-wander/component-lib 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2752,7 +2752,7 @@ var TripsCategorySection = forwardRef(
|
|
|
2752
2752
|
cta.onClick?.();
|
|
2753
2753
|
};
|
|
2754
2754
|
const progressWidth = Math.min(33 + scrollProgress * (120 - 33), 120);
|
|
2755
|
-
return /* @__PURE__ */ jsxs("section", { ref, className: cn("relative flex flex-col bg-surface", className), ...rest, children: [
|
|
2755
|
+
return /* @__PURE__ */ jsxs("section", { ref, className: cn("relative flex flex-col bg-surface max-md:overflow-x-hidden", className), ...rest, children: [
|
|
2756
2756
|
/* @__PURE__ */ jsxs("div", { className: "relative h-[318px] rounded-lg overflow-hidden max-md:h-[260px]", children: [
|
|
2757
2757
|
/* @__PURE__ */ jsxs("div", { className: "absolute inset-0", children: [
|
|
2758
2758
|
/* @__PURE__ */ jsx(
|