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> </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>