fix: La hauteur de l'application
This commit is contained in:
parent
54da9cb7f1
commit
031410d81d
|
@ -36,9 +36,14 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
html, body, #app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
max-height: 100vh;
|
||||
color: var(--color-text);
|
||||
background: var(--color-background);
|
||||
line-height: 1.6;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue