FAQ link Height
So, most of the times, the designer of MI created a section of FAQ page with tab of each subtopics. The problem lies on the height of the id that is located above the view height.
a::before {
display: block;
content: " ";
margin-top: -70px;
height: 70px;
visibility: hidden;
}Last updated