hide scrollbar when modal opens
This commit is contained in:
parent
9e587650d4
commit
0a820c9fb4
1 changed files with 3 additions and 1 deletions
|
|
@ -460,7 +460,6 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
.cost {
|
||||
color: $green;
|
||||
font-size: 2rem;
|
||||
|
|
@ -507,5 +506,8 @@ export default {
|
|||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
.modal {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue