Add classes inline, remove from global.
This commit is contained in:
parent
d65a38b85a
commit
c19bb1cf79
2 changed files with 1 additions and 8 deletions
|
|
@ -9,7 +9,7 @@
|
|||
@invalid-submit="onInvalidSubmit"
|
||||
ref="theForm"
|
||||
v-slot="{ meta }"
|
||||
class="vehicle-damage-form"
|
||||
class="d-flex flex-column h-100"
|
||||
>
|
||||
<funnel-footer
|
||||
ref="funnelFooter"
|
||||
|
|
|
|||
|
|
@ -35,10 +35,3 @@ body {
|
|||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
//Applies to <Form/> used for validation. Keeps footer stuck to the bottom.
|
||||
.vehicle-damage-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue