I read below article about hiding the some of bottom part in iframe by using iframe wrapper and overlay. Iframe: Cut off the bottom
I want to do same but from top instead of bottom. what i need to change in this below css
#iframe-wrapper {
position:relative;
}
#iframe-overlay { /* Adjust values as needed */
height:17px;
width:480px;
background-color:#fff;
position:relative;
top:-24px;
left:5px;
}