brain-score / brain-score/brain-score.web
Website not mobile-friendly
Open
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 7
- Avg merge
- 7m
- Merged PRs (30d)
- 1
Description
Table doesn't fit on screen yet there is no horizontal scrollbar.
Tested on Firefox.
Possible solution (wild guess):
```css
body {
overflow:auto;
}
```
(ported from https://github.com/brain-score/brain-score/issues/115)
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue identifies a table that does not fit on screen in Firefox; reproduce the page at a narrow viewport and inspect its CSS. Done means the table is usable on mobile, with horizontal scrolling available where needed, and the behavior is verified in Firefox.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100