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
Card works, but css no longer regulates card size to make it scrollbar. Card appears full size with full list, ignoring size limit in css that previously made it scrollable.
My code that worked before (limited height, scroll list), now renders the complete list ignoring size limit. What am I doing wrong?
Was "overflow auto" tried overflow y but doesn't work. Auto worked before to make table scrollable.
Card works, but css no longer regulates card size to make it scrollbar. Card appears full size with full list, ignoring size limit in css that previously made it scrollable.
My code that worked before (limited height, scroll list), now renders the complete list ignoring size limit. What am I doing wrong?
Was "overflow auto" tried overflow y but doesn't work. Auto worked before to make table scrollable.
The text was updated successfully, but these errors were encountered: