diff --git a/app.vue b/app.vue index 6b166ad..e4394a3 100644 --- a/app.vue +++ b/app.vue @@ -3,80 +3,96 @@
- +
diff --git a/assets/css/main.css b/assets/css/main.css index 7fe536d..5f4debd 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -7,4 +7,21 @@ html { @apply bg-white text-neutral-900; } html.dark { @apply bg-neutral-950 text-neutral-100; } +} + +/* Disable all animations, transitions, and smooth scrolling app-wide */ +html, +body { + scroll-behavior: auto !important; +} + +*, +*::before, +*::after { + animation: none !important; + transition: none !important; +} + +.document-page { + @apply max-w-4xl mx-auto bg-white relative p-8 border-1 border-neutral-900 dark:border-neutral-100; } \ No newline at end of file diff --git a/components/WizardCostsStep.vue b/components/WizardCostsStep.vue index 4814f97..797a332 100644 --- a/components/WizardCostsStep.vue +++ b/components/WizardCostsStep.vue @@ -1,9 +1,21 @@