I tried to adjust it from
element.style {
display: none;
visibility: visible;
top: 24px;
left: 532px;
position: fixed;
width: 688px;
height: 500px;
opacity: 0;
}
to this
element.style {
display: none;
visibility: visible;
top: 24px;
left: 532px;
position: fixed;
width: 688px;
height: 300px;
opacity: 0;
}
but didnt work