You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried applying width classes and overflow-x-auto on different elements through the inspector. the elements include div.tab-content.p-10 (in my source) and third child of div.power-grid-table-base / parent of table.table.power-grid-table.min-w-full.dark:bg-slate-800
One thing worth mentioning is that when i remove the table element of both elements, the element scaled down accordingly, so I think im missing a class on my div.card, but I am not sure which class that would be.
Another issue that I'm having is when there are multiple powergrids applied to the daisyui tabs, the powergrid with less data takes the size of the powergrid with more data, in other words its widens.
Are those issues familiar and is there a solution?
Worst case is that I can opt out of using the daisyui tabs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Im having a hard time finding the root of this problem so please help me out.
Im using powergrid in combination to tailwindcss and daisyui.
My scenario is as followed:
This is what the code results looks like:
I have tried applying width classes and overflow-x-auto on different elements through the inspector. the elements include div.tab-content.p-10 (in my source) and third child of div.power-grid-table-base / parent of table.table.power-grid-table.min-w-full.dark:bg-slate-800
One thing worth mentioning is that when i remove the table element of both elements, the element scaled down accordingly, so I think im missing a class on my div.card, but I am not sure which class that would be.
Another issue that I'm having is when there are multiple powergrids applied to the daisyui tabs, the powergrid with less data takes the size of the powergrid with more data, in other words its widens.
Are those issues familiar and is there a solution?
Worst case is that I can opt out of using the daisyui tabs
Beta Was this translation helpful? Give feedback.
All reactions