Hi, Hope youre doing fine
ive got this issue at first when opening the website, the FIRST click on the buttons in the header doesnt take me exactly to the section that i configured them to do it takes me lower, but the SECOND click takes me straight there
(See Video)
in using css id of a hidden divider to scroll there + this code #Portfolio {
display: block;
position: relative;
top: -90px;
} to solve the overlapping sticky header problem
thanks in advance