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>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
ol {
|
|
||||||
margin-left: -1rem;
|
// prevents vertical scrollbar from appearing when modal opens
|
||||||
li {
|
.modal {
|
||||||
margin-bottom: .5rem;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue