Steps to reproduce
Create view with using table and place block.
behavior expecting
comes in screen not out of screen
But it's going to out of screen on mobile.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | firefox.gif | 1.24 MB | bogdan.rizescu |
| #5 | chrome.gif | 488.89 KB | bogdan.rizescu |
| #4 | 3192084-after_patch_4.png | 24.76 KB | abhijith s |
| #4 | 3192084-after_patch_3.png | 28.42 KB | abhijith s |
| #4 | 3192084-after_patch_2.png | 27.58 KB | abhijith s |
Comments
Comment #2
djsagar commentedI created patch for overflow issue for mobile please review.
Thanks!
Comment #3
djsagar commentedComment #4
abhijith s commentedApplied patch #2 and it works fine.The table overview issue is solved by this patch.Now scrollbar will appear in tables on mobile devices. Adding screenshots below.
After patch:

RTBC +1
Comment #5
bogdan.rizescu commentedI have also tested patch #2 on Chrome and Firefox (you can see the attachments). It works well both on mobile and tablets. Good job!
Comment #6
imalabyaIMO it's a good improvement. However, there is an approved design Implement tables on Olivero proof of concept
which needs to be implemented as per the mock https://github.com/Lullabot/olivero-poc/pull/18/files
Also, there is already a discussion on tables in mobile display. Tables can create horizontal scrolling at narrow viewports in Olivero Marking it as duplicate. You can apply the patch in the mentioned issue.
Thanks
Comment #7
andrewmacpherson commentedUsing
display: block;directly on a HTML table element removes the table semantics from the accessibility tree.This approach should NOT be committed without assistive tech testing.