remove vertical scrollbar when modal opens

This commit is contained in:
Kroell 2023-03-23 15:04:30 -04:00
parent 33c73b258f
commit 09fde2a701

View file

@ -84,6 +84,7 @@ export default {
.modal {
top: auto;
bottom: 0;
overflow: hidden;
h5,
strong,
.subheader-text {