feat: enhance gold payload form with dynamic visibility and improved discount calculations
This commit is contained in:
@@ -14,3 +14,18 @@ form,
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
body.tenant-tis .p-drawer {
|
||||
will-change: transform;
|
||||
transform: translateZ(0);
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
body.tenant-tis .p-drawer-mask {
|
||||
will-change: opacity;
|
||||
}
|
||||
|
||||
body.tenant-tis .p-drawer .p-drawer-content {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user