if the premise height is not set or auto,min-heigth is not suitable, there will be a blank at the bottom.
.errors
{
width: 390px;
min-height: 210px;
background:white;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 120px;
z-index: 100;
margin: 150px auto;
color: black;
}