Files
quality_recticel/py_app/app
Scheianu Ionut 415e378ab4 Fix modal display with inline styles
The CSS class 'show' was being overridden by global styles causing display:block instead of display:flex. Using inline style.display='flex' to force the modal to show properly with flexbox centering.

Changes:
- Added modal.style.display = 'flex' when showing modal
- Added modal.style.display = 'none' when hiding modal
- Added debug logging for inline style verification
- This ensures modal displays regardless of CSS conflicts
2025-10-02 18:13:37 +03:00
..
2025-10-02 02:00:40 +03:00
2025-10-02 02:00:40 +03:00
2025-10-02 02:00:40 +03:00
2025-09-12 22:14:51 +03:00
2025-09-24 21:42:22 +03:00
2025-10-02 02:00:40 +03:00
2025-09-14 21:26:29 +03:00