fix: La hauteur de l'application

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

View File

@ -36,9 +36,14 @@
font-weight: normal; font-weight: normal;
} }
html, body, #app {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body { body {
min-height: 100vh;
max-height: 100vh;
color: var(--color-text); color: var(--color-text);
background: var(--color-background); background: var(--color-background);
line-height: 1.6; line-height: 1.6;

View File

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