remove vertical scrollbar when modal opens
This commit is contained in:
parent
33c73b258f
commit
09fde2a701
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ export default {
|
|||
.modal {
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
h5,
|
||||
strong,
|
||||
.subheader-text {
|
||||
|
|
|
|||
Loading…
Reference in a new issue