min-height
This commit is contained in:
parent
f8bdc146d7
commit
936c58fb4b
|
@ -87,7 +87,7 @@ watch([section_count, extra_section], () => {
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="container min-w-full relative h-[50vh]">
|
<div class="container min-w-full relative h-[50vh] min-h-[600px]">
|
||||||
<ClientOnly fallback-tag="div">
|
<ClientOnly fallback-tag="div">
|
||||||
<template #fallback>
|
<template #fallback>
|
||||||
<div class="fallback">
|
<div class="fallback">
|
||||||
|
|
Loading…
Reference in New Issue