[Koha-bugs] [Bug 33491] EBSCO Packages - Add new agreement UI has some issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 12 18:59:27 CEST 2023


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

--- Comment #4 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
It doesn't fix the "show mine only" being punted to the left, this is because
it's getting a float:left also from being a child of <fieldset> (which is also
causing the table to not be full width).

The problem is <EHoldingsPackageAgreements> sits inside a <fieldset> in
EHoldingsEBSCOPackagesShow.vue.

Then, in EHoldingsEBSCOPackageAgreements.vue we're opening the modal that has
<AgreementsList> inside it, but that modal is already a child of the
aforementioned <fieldset> so it's inheriting its style unintendendly.

There is also another problem: the modal needs a overflow (and perhaps a
max-height?). If we have many agreements created, the modal overflows the
screen and doesn't let the user scroll vertically.

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


More information about the Koha-bugs mailing list