Table is not responsive when placed within a SidebarProvider #1436
-
Describe the bugWhen placing a table inside a SidebarProvider the overflow-x-scroll does not work it seems the cause of this problem is the Reproductionhttps://github.com/demetrius-mp/table-in-sidebar-layout LogsNo response System InfoN/A Severityannoyance |
Beta Was this translation helpful? Give feedback.
Answered by
demetrius-mp
Nov 3, 2024
Replies: 2 comments 2 replies
-
Can you not wrap it with your own element instead of placing it directly within the flexbox? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Solved by adding |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
huntabyte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved by adding
overflow-hidden
to<Sidebar.Inset />