fix: Fix persistent modal overlay issue in find-trainer page

Root cause: CSS was setting display: flex by default which overrode
inline style="display: none" attribute on the modal element.

Solution: Changed .hvac-filter-modal default display to 'none' and
only show as 'flex' when .active or .show classes are present.

This ensures the modal respects inline styles and only appears
when explicitly activated by JavaScript.

Fixes modal overlay showing permanently on find-trainer page.
This commit is contained in:
bengizmo 2025-08-11 11:28:38 -03:00
parent b48b68ffbb
commit 85583772a3

1562
assets/css/find-trainer.css Normal file

File diff suppressed because it is too large Load diff