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 {
|
.modal {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
overflow: hidden;
|
||||||
h5,
|
h5,
|
||||||
strong,
|
strong,
|
||||||
.subheader-text {
|
.subheader-text {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue