made some changes for testing (UI)

This commit is contained in:
2025-12-16 16:30:44 -05:00
parent 24f165edec
commit 946d7d6003

View File

@@ -87,12 +87,15 @@ onUnmounted(() => {
/* modal */ /* modal */
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
inset: 0; top: 0;
background: rgba(0, 0, 0, 0.45); left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.4);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
z-index: 1200; z-index: 1000;
} }
.modal { .modal {