layout tweak

This commit is contained in:
Rachid Mrad 2024-03-29 14:19:25 -04:00
parent 8119dc477b
commit 1561f2c8b5
No known key found for this signature in database

View file

@ -466,4 +466,9 @@ address.dja-address-contact-list {
.submit-row {
clear: both;
}
.submit-row-wrapper.collapsed {
// translate3d is more performant than translateY
// https://stackoverflow.com/questions/22111256/translate3d-vs-translate-performance
transform: translate3d(0, 88px, 0);
}
}