[Koha-bugs] [Bug 25267] OPAC browse shelf feature is not responsive

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 19 09:41:30 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25267

--- Comment #34 from Andreas Roussos <a.roussos at dataly.gr> ---
Created attachment 161176
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161176&action=edit
Bug 25267: (follow-up) Prevent OPAC sidebar overlap

At viewports between approx. 1040 and 1120 pixels wide,
the rightmost item in the shelf browser is shown outside
of the Holdings frame and its cover image and title
hyperlinks are inoperable.

This patch fixes that by preventing the OPAC sidebar
CSS Flex item (.col-lg-3 class) from 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.

Test plan:

Apply the patch, rebuild the OPAC CSS and check whether
the cover image and title hyperlinks for the rightmost
(7th) shelf browser item work at various browser widths.

Thanks-to: https://stackoverflow.com/a/40156422

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list