mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 03:04:03 +00:00
2078421da4
The expanded container/service drawer cards were overflowing horizontally instead of wrapping when the table had overflow-x-auto. Adding overflow-hidden to the drawer's outer container forces the flex-wrap to work correctly. Related to #789