https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28901 Bug ID: 28901 Summary: showCart incorrectly calculates position if content above navbar Change sponsored?: --- Product: Koha Version: 20.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org We like to insert content like banners above the navbar. In 20.11, I notice that this causes the "Your cart is currently empty" message to appear way lower than it should. It looks like that's due to the .navbar class being relatively positioned instead of statically positioned, which looks like it's probably a Bootstrap 4 upstream change. I think the most obvious change is to update the algorithm used in "function showCart". -- You are receiving this mail because: You are watching all bug changes.