diff --git a/dist/output.css b/dist/output.css index 0abfc1d..16edc8f 100644 --- a/dist/output.css +++ b/dist/output.css @@ -557,7 +557,7 @@ video { height: 100vh; scroll-snap-type: y var(--tw-scroll-snap-strictness); --tw-scroll-snap-strictness: mandatory; - overflow: scroll; + overflow-y: scroll; scroll-behavior: smooth; transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); diff --git a/index.html b/index.html index e794a1f..9437804 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@
model 3
@@ -127,7 +127,7 @@

Model 3

model y
@@ -166,7 +166,7 @@

Model Y

model X
@@ -205,7 +205,7 @@

Model X

model S
@@ -244,7 +244,7 @@

Model S

Solar Panel
@@ -281,7 +281,7 @@

Solar Panel

Solar Panel
diff --git a/src/input.css b/src/input.css index 22e06a9..5d844dc 100644 --- a/src/input.css +++ b/src/input.css @@ -17,7 +17,7 @@ html { @layer components { .snap-feature { - @apply snap-y snap-mandatory h-screen overflow-scroll scroll-smooth transition-all duration-500; + @apply snap-y snap-mandatory h-screen overflow-y-scroll scroll-smooth transition-all duration-500; } .side-nav {