Fixes Navbar responsiveness#1329
Conversation
|
I cannot replicate the issue you are seeing, I think you may be seeing a different problem than what the original issue is describing. Also changing the positioning to |
|
@limzykenneth I am not sure why it didn't replicated for you, but what I found was that for devices with screen width between 780px and 980px, the phenomena occurs. As for keeping it sticky, I initially tried keeping the positioning P.S. I am actually a beginner at Open Source. I have used P5.js previously and loved it. After getting to know that is an open source project, I became very interested and wish to contribute to the organisation. It would be great if you could suggest me some issues which I could try (it can be slightly intermediate too, I am familiar with web development but very new OS). |
|
I'm guessing you are viewing this on Chrome's devtool? It is actually not displaying correctly on the Chrome devtool because the problem is not that the navbar is not stretching to the edge but rather the content, specifically the |
Yeah! you are right, in some other browser's devtool, the problem doesn't occur. However, I initially came across this problem while checking the website on my tab. So I think the problem is not just Chrome devtool but all of Chrome browsers in general. |
Fixes #696
Changes:
absolutepositioning however, its nearest positioned ancestor changes with changing screen sizes. Fixed the problem with the use offixednavbar and adjusted its opacity so that it does not interfere with the body text.Screenshot of the problem:
Screenshot after making the changes: