nasa / gesdisc-meditor

MIT License
7 stars 2 forks source link

fix(app): adjust scroll and padding #13

Closed benforshey closed 1 year ago

benforshey commented 1 year ago

The original bug that prompted this probably had to do something with the Document Panel's positioning being too far down the page, which has been fixed in another PR. This PR adds some padding to the bottom of the Document Panel and prevents scroll chaining so that users can freely scroll any overflow content in the panel without scrolling the rest of the page.

benforshey commented 1 year ago

To test this, please verify

This query helped me find a document with enough comments to be scrollable: db.Comments.aggregate([{ $group: { _id: "$documentId", count: { $sum: 1 } } }, { $sort: { count: -1 } }]).