mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
0b82f1443f
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