-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
bug: v3 Table inside of Drawer overflows on mobile instead of scrolling #1914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This happened to me just a few hours ago. Update: |
Looks like that does the trick. Thanks! I'm going to leave this open as it does seem to be behaving differently from v2. But feel free to close if this is working as intended. |
I still had problems with overflow-x-auto, because it breaks my sticky nav. But |
Confirm the problem and thank @neluba for temp solution! I have a similar problem with Sample without I think this issue related with #2060 |
I spent hours trying to figure this out God bless ur soul |
What version of daisyUI are you using?
v3.0.3
Describe your issue
When you put a table inside of an
overflow-x-auto
div, it is supposed to allow the table to horizontally scroll. Example:Normally in v3, this behaves as expected. However, if you put the table inside of a drawer, horizontal scrolling doesn't work and instead it shrinks the entire page to fit or overflows to the right of the screen.
What browsers are you seeing the problem on?
Chrome
Reproduction URL (optional)
https://play.tailwindcss.com/8f7HDi414B?size=308x901
The text was updated successfully, but these errors were encountered: