you can add overflow: hidden
to the .drop-down
class and make it when the drop appear the list appear with it and hide the out of the drop.
.drop-down {
display: none;
position: absolute;
background-color: #151C35;
color: #626677;
width: 200px;
height: 252px;
z-index: 999;
border-left: 3px solid #5A93FF;
overflow: hidden;
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…