Open jaX10bt opened 6 months ago
The original issue is resolved, however the data-tablepagination-wrapper is inside data-tablescrollWrapper which makes the pagination scroll with the table contents. The pagination wrapper should be outside of the scroll wrapper. Also when scrolled horizontally outside of the card, the card scrolls behind the menu on the left which it should not do.
In /chat/history the pagination wrapper should be outside of the scroll wrapper:
Works as intended.
[BUG] - There is an empty inside the "Muuda" and "Kustuta" buttons with position: absolute; in its style, that makes the card scrollable behind the menu. Also the pagination elements should not scroll with the table data.
PR https://github.com/buerokratt/Buerokratt-Chatbot/pull/840 (accepted) Ready to merge @turnerrainer
Users view layout is still horizontally scrollable. Referenced in https://github.com/buerokratt/Training-Module/issues/641
Pagination does not scroll with the table, card does not scroll beyond the end of the page
It is still possible to scroll the whole page from left to right.
Works as intended.
In /chat/users when the width of the browser window is not wide enough to accomodate the data of all table cells. Seems like "data-table__scrollWrapper" is missing from between the data-table_wrapper and data-table.