cost calculator edited

This commit is contained in:
2025-08-21 10:32:25 +05:45
parent 55be0fe012
commit 5db4976955
2 changed files with 9 additions and 4 deletions

View File

@@ -2594,6 +2594,11 @@ border-collapse: separate;
position: relative;
z-index: 2;
}
.cost-select{
border-radius: 30px;
border: 1px solid rgb(190, 189, 189);
}
canvas { position: absolute; top: 0; left: 0; z-index: 1; pointer-events: auto; }