mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 04:29:44 +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 {
|
.submit-row {
|
||||||
clear: both;
|
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