hide scrollbar when modal opens

This commit is contained in:
Katie Kroell 2023-10-05 17:39:29 -04:00
parent 9e587650d4
commit 0a820c9fb4

View file

@ -460,7 +460,6 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.cost { .cost {
color: $green; color: $green;
font-size: 2rem; font-size: 2rem;
@ -507,5 +506,8 @@ export default {
margin-top: 0.5rem; margin-top: 0.5rem;
} }
} }
.modal {
overflow: hidden;
}
</style> </style>