buerokratt / Buerokratt-Chatbot

1 stars 19 forks source link

BUG - Users view table does not fit in table wrapper #597

Open jaX10bt opened 6 months ago

jaX10bt commented 6 months ago

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.

Image

baha-a commented 6 months ago

The pull request #606 resolves this bug.

jaX10bt commented 5 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.

image

jaX10bt commented 5 months ago

In /chat/history the pagination wrapper should be outside of the scroll wrapper: image

ffrose commented 4 months ago

Works as intended.

jaX10bt commented 3 months ago

[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.

Image

joonasroosalung commented 3 months ago

PR https://github.com/buerokratt/Buerokratt-Chatbot/pull/840 (accepted) Ready to merge @turnerrainer

jaX10bt commented 3 months ago

Users view layout is still horizontally scrollable. Referenced in https://github.com/buerokratt/Training-Module/issues/641

joonasroosalung commented 2 months ago
image

Pagination does not scroll with the table, card does not scroll beyond the end of the page

ffrose commented 2 months ago

It is still possible to scroll the whole page from left to right.

image

jaX10bt commented 2 months ago

Works as intended.