-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content jumps up and down when hovering over social links in firefox. #26
Comments
I have same problem, image in homepage is actually in under of navigator, but when hover in social link, it's will buggy and the gap of image and navigation is come |
Also the content is vertically centered in chrome, but is on top in firefox (until it starts to jump around). |
As a workaround I modified style.less, this seems to stop it jumping around, but then I miss the hover animations.
|
thanks for the solution, but it's make me miss the hover animation |
My workaround is setting flex of content to 0. I don't know exactly what this option does, but the hover animation is still working.
|
Did you get the "about" class to stay centered? |
Hello, is there a fix for this problem that allows to hold the hover animation? |
To fix the FireFox jumping, change the flex property of the nurmukhametov's reply in this thread
I tested iterations of flex defined by Mozilla developer documents. Changing from 1 to 0 sets coder-portfolio_testing_content_flex_item.xlsx ❌These .content > flex settings cause jumps:
✅These .content > flex settings do not cause jumps:
The selector is the .wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100%;
} |
The issue is with |
When I hover over either my github or email icon the entire content jumps up, then when I move the mouse and hover over it again, it jumps back down to the center making clicking on these links impossible.
This is only seen in Firefox, not in Chrome.
The text was updated successfully, but these errors were encountered: