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:
parent
b48b68ffbb
commit
85583772a3
1 changed files with 1562 additions and 0 deletions
1562
assets/css/find-trainer.css
Normal file
1562
assets/css/find-trainer.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue