Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Took a quick stab at issue 706. There are many ways to solve this, but simply adding a height and a scrollbar on vertical overflow is the easiest solution that does not require additional changes to the DOM. Again, with http4s's changelog as an example it will look like this:
I picked
height: 80%
because it still looks somewhat ok an really short screens. I found that 90% was too cramped when the screen was getting really short.With
height: 90%
it looks like the screenshot on the bottom, where you cannot actually scroll all the way down.Compared that wight
height: 80%
: