FAQ page not readable
Open
- Dominant language
- TypeScript
- Stars
- 8.2k
- Forks
- 947
- PR merge metrics
- No merged PRs in 30d
Description
The UI of the FAQ site is not readable due to bad UI.
Main content has merign-left set to `--sidebar-width: 315px` but sidebar itself does not have width or max-width set. Its content then forces it to be wider (over 400px in my case) and covers part of the main content.
Better solution would be maybe use flex / grid for pure css or implement resize observer and update the `--sidebar-width` with actual sidebar width.

Contributor guide
Assessment
This issue has not been assessed yet.