diff --git a/src/components/tech-stack-carousel/tech-stack-carousel.css b/src/components/tech-stack-carousel/tech-stack-carousel.css
index 3d80b57..958e5f4 100644
--- a/src/components/tech-stack-carousel/tech-stack-carousel.css
+++ b/src/components/tech-stack-carousel/tech-stack-carousel.css
@@ -74,7 +74,7 @@ h2 {
overflow-x: auto;
width: 100%;
padding: 0.2rem;
- scroll-snap-type: x mandatory;
+ scroll-snap-type: none;
scrollbar-width: thin;
scrollbar-color: rgba(88, 166, 255, 0.45) rgba(33, 38, 45, 0.65);
}
diff --git a/src/components/tech-stack-carousel/tech-stack-carousel.html b/src/components/tech-stack-carousel/tech-stack-carousel.html
index ca2df20..aa90219 100644
--- a/src/components/tech-stack-carousel/tech-stack-carousel.html
+++ b/src/components/tech-stack-carousel/tech-stack-carousel.html
@@ -6,12 +6,13 @@