The horizontal scroll bar appears only when we reach the end of the list of issues.
The horizontal scroll bar appears only when we reach the end of the list of issues, while we need it as we scroll down viewing various issues. For example: https://codetribute.mozilla.org/projects/devtools Thanks!
Hi, thanks!

this seems to occur when the viewport is narrower than the page width. The scrollbar is fixed to the content, not the viewport.
Okay @djmitche sir, Thanks! I would like to fix it.
Oh, fantastic!
Thanks sir! :)
Sir, I tried building the environment for codetribute, the homepage is fine, however when I try to go to the any of the projects, it is showing this error: hot update failed for module "./src/views/Project/index.jsx". Last file processed: "./src/views/Project/index.jsx" in the browser. And since there is no horizontal scrollbar on the homepage, I need to solve this error in order to view the changes. Sir, can you please help me in this? Thanks!
When you go to the projects, does it still show the bugs/issues for that project? The hot-loading stuff has never worked very well for me, either so if that's just a warning that doesn't break anything, I think it can be safely ignored. Otherwise, are there errors on the console where you ran yarn start?
Sir, when I go to the projects, it doesn't show any bugs/issues for that project. It just shows the error at the top of the page and rest of the page is blank. At the console, after running yarn start, a warning is displayed:
WARNING in ./src/views/Project/index.jsx 77:43-50 "export 'compose' was not found in 'react-apollo' i 「wdm」: Compiled with warnings.
Hm, that sounds like the node packages aren't up-to-date.
- make sure your working copy has the most recent commits (at least from the last few days)
- run
yarnto update the dependencies - restart
yarn startto pick up the changes
...and see if all that helps?
Sir, it is still showing the error.
Huh, interesting. I'm seeing the same thing. But the site itself isn't showing that error. I'll investigate.
By the way, I am not a knight, so please don't call me sir :)
Yikes, this is worse than I thought (totally not your fault!) -- it looks like this has been broken for a while, and that the codetribute.mozilla.org site hasn't been automatically updating for a while (so we haven't noticed it) and that I don't have permission to fix that. So, this will take a while to sort out. The problems seem to come from incompatibilities between things like Babel, Webpack, Neutrino, and React, all of which are giant bundles of packages that are confusing hard to deal with.
@helfi92 @armenzg any chance either of you still have access to the netlify account? If not, we can probably just move this to Heroku.
@Jasleen01 do you have other tasks you might work on while I fix this up?
Unfortunately, I don't. I gave access to Will Lachance and some people from his team at some point.
Ah, thanks!
@Jasleen01 do you have other tasks you might work on while I fix this up?
Okay sir, no problem! I will work on some other task till then. :) Thank you!