fix: grow wizard page

This commit is contained in:
Reto Aebersold 2023-11-10 10:25:55 +01:00 committed by Christian Cueni
parent 31ee830960
commit c95bdbe7b7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const props = defineProps<{
</script> </script>
<template> <template>
<div class="flex h-screen flex-col"> <div class="flex h-screen flex-grow flex-col">
<div class="flex-grow scroll-smooth p-16 lg:overflow-auto"> <div class="flex-grow scroll-smooth p-16 lg:overflow-auto">
<ItNavigationProgress :steps="3" :current-step="props.step" /> <ItNavigationProgress :steps="3" :current-step="props.step" />
<slot name="content"></slot> <slot name="content"></slot>