https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #4 from Owen Leonard <[email protected]> --- This problem is true of any table that's wide enough to extend off the page, so any solution we do should be global if possible. I've been thinking about a solution that would add "display:table; width:100%" to .tab-content and .page-section. This would make those containers expand to the width of the table. I'm not a fan of having "overflow:scroll" on the table wrapper because users with a basic mouse will have to scroll all the way down to the bottom of the table to reach the scrollbar. It can also be difficult to tell at first glance that the table is overflowing at all. I think it's better that the page itself have a horizontal scrollbar if necessary. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
