styling fix for modal window
This commit is contained in:
parent
934d6abba3
commit
1fa2810eef
1 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue