Book List is no longer scrolling

Hi, my team has noticed that, beginning sometime yesterday (May 26), the book list no longer scrolls. While this might not pose a problem for most users, many of our team members are assigned to dozens of Pressbooks resources. I was able to debug/resolve the issue by adding the following CSS rule in the browser dev tools (not a practical long term fix, obviously):

ul#wp-admin-bar-pb-my-books-list {
max-height: 100vh;
overflow-y: scroll;
}

Hopefully this helps point you in the direction of a permanent fix/restoration of the previous functionality. Thanks!

Jason Benoit
Fanshawe College OER Design Studio

Hi @Jason_Benoit, thanks for reporting this bug and sorry for the inconvenience it’s causing for your team. We’ve filed an issue at Restore scroll to My Books dropdown menu · Issue #4061 · pressbooks/pressbooks · GitHub. We’ll aim to resolve this soon and will let you know once the fix has been released.

Thanks Thomas – much appreciated!

@Jason_Benoit this was fixed in a recent release of Pressbooks: Release v6.27.0 · pressbooks/pressbooks · GitHub

Thanks! It’s working on my end now.

2 Likes