I recently integrated a dropdown into my website using Foundation CSS. To see the dropdown in action, you can login with the credentials provided (username: stackoverflow password: testtest) on .
However, I noticed that when logged in, the page on the right appears longer than it should be until the dropdown is clicked on. Does anyone have an explanation for this issue?
Edit: I discovered that deactivating .f-dropdown {position:absolute} fixes the problem...