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