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-backdrop {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.45);
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.4);
display: flex;
align-items: center;
justify-content: center;
z-index: 1200;
z-index: 1000;
}
.modal {