fix: La hauteur de l'application

This commit is contained in:
2022-04-04 11:56:13 +02:00
parent 54da9cb7f1
commit 031410d81d
2 changed files with 8 additions and 3 deletions

View File

@ -104,7 +104,7 @@ const result = computed(() =>
:options="{
pagination: false,
speed: 700,
height: '100vh - var(--header-size)',
height: '100%',
arrows: false,
direction: 'ttb',
wheel: true,