diff --git a/app/assets/css/theme.css b/app/assets/css/theme.css index 95c3013..b6b7e14 100644 --- a/app/assets/css/theme.css +++ b/app/assets/css/theme.css @@ -6,8 +6,6 @@ } :root { - overscroll-behavior-y: none; - --ui-container: 91.5rem; --ui-primary: var(--ui-color-neutral-900); diff --git a/app/components/landing/LandingHeroDemo.vue b/app/components/landing/LandingHeroDemo.vue index ef3aeba..c55509b 100644 --- a/app/components/landing/LandingHeroDemo.vue +++ b/app/components/landing/LandingHeroDemo.vue @@ -1,5 +1,7 @@