model-viewer
model-viewer copied to clipboard
FAQ page not readable
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.