diff --git a/assets/main.scss b/assets/main.scss index 66ab052..46efdd1 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -201,4 +201,8 @@ button { &-name { @apply text-ioprim font-bold w-20 text-xl leading-4 col-span-2; } +} + +.fallback { + @apply absolute bg-neutral-600 top-0 left-0 w-full h-full z-20 flex justify-center items-center text-black font-mono } \ No newline at end of file diff --git a/components/calcModels.vue b/components/calcModels.vue index 00f9fca..9504779 100644 --- a/components/calcModels.vue +++ b/components/calcModels.vue @@ -79,7 +79,12 @@ watch([section_count, extra_section], () => {