styling fix for modal window

This commit is contained in:
Kroell 2023-03-03 14:28:41 -05:00
parent 934d6abba3
commit 1fa2810eef

View file

@ -137,10 +137,10 @@ export default {
</script>
<style lang="scss">
ol {
margin-left: -1rem;
li {
margin-bottom: .5rem;
}
}
// prevents vertical scrollbar from appearing when modal opens
.modal {
overflow: hidden;
}
</style>