mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
layout tweak
This commit is contained in:
parent
8119dc477b
commit
1561f2c8b5
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue