https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25267 --- Comment #33 from Andreas Roussos <a.roussos@dataly.gr> --- I've signed off the current patch set, but during testing I found out that at viewport widths between approximately 1040 and 1120 px the rightmost shelf browser item is shown outside of the Holdings frame, and its cover image and title links are inoperable. This is happening because the OPAC sidebar's CSS Flex item (.col-lg-3 class) is extending itself vertically all the way to the bottom of the parent .row class container, thus overlapping the protruding shelf browser Flex item (.col-lg-9 class) due to the stacking order (the sidebar <div> appears after the shelf browser <div> in the HTML code). I've attached an image and a short video to illustrate my point. -- You are receiving this mail because: You are watching all bug changes.