diff --git a/assets/main.scss b/assets/main.scss index aa99e36..9f0607a 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -74,11 +74,15 @@ a[href^="#"] { @apply py-10; &_imgbg { - @apply py-0 bg-no-repeat bg-cover bg-bottom h-[50vh]; + @apply py-0 bg-no-repeat bg-cover bg-bottom h-[50vh] min-h-[600px]; } &_calc { @apply py-0; + + &-canvas { + @apply relative h-[50vh] min-h-[600px]; + } } &-content { diff --git a/components/calcModels.vue b/components/calcModels.vue index 70bba7c..8573bfe 100644 --- a/components/calcModels.vue +++ b/components/calcModels.vue @@ -89,7 +89,7 @@ watch([section_count, extra_section], () => { })