Fixed the input form modal to be above the other modals.

This commit is contained in:
admin 2025-07-27 17:53:10 -06:00
parent d711456b88
commit 8cebb567b1

View File

@ -9,7 +9,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
z-index: 3000; z-index: 10010;
animation: fadeIn 0.3s ease; animation: fadeIn 0.3s ease;
} }