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-04-16 13:31:51 +03:00
2025-04-24 05:20:59 +03:00
Description
No description provided
133 MiB
Languages
Java 40.7%
HTML 25.7%
Python 12.9%
JavaScript 10.9%
Visual Basic .NET 4.6%
Other 4.4%