-
Notifications
You must be signed in to change notification settings - Fork 148
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
Menu bug #302
Comments
I know this issue is a bit dusty, but if that's still the case could you send a PR with the fix? |
@bartoszmajsak Yeap, it is still there. This is an critical UI/UX bug. The menu is invisible on -md sizes making the website impossible to navigate. .g-plusone-slot{
position: absolute;
right: 50px;
}
.navbar .container{
position:relative
} If it can wait, then I'll try to install everything next week and send a PR. |
Ok, cool :) I will take care of it, no worries. Thanks for investigating an issue and providing a solution. I think it would be good to have some simple dockerized solution for contributors. I will try to provide something like that in the nearest future. |
@bartoszmajsak thanks :) and ping in on IRC (my nick is agalante) if anything doesn't work as it should |
Related to #116 |
I cannot reproduce this issue :) Can you share your browser/device details + resolution? |
I've just tested it on FF, Chrome and Safari. Same result. |
LOL :) Got it now. Resized to a too small window and got the "menu icon" instead. It seems to be messed up for the certain ranges. Thx. |
.... I feel dumb now :) |
@bartoszmajsak don't worry, it was a hidden bug. Let me know if I can help |
There is a bug on the menu, it is not showing the links correctly with. The solution is on screen.scss:
.g-plusone-slot{
position: absolute;
right: 50px;
}
.navbar .container{
position:relative
}
The text was updated successfully, but these errors were encountered: