mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-27 11:19:21 -04:00
Merge pull request #1320 from alphagov/jump-from-bottom-bug
Stop fixed position elements flying about
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
overflow: hidden;
|
||||
margin-left: -$gutter-half;
|
||||
margin-top: 5px;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 5px;
|
||||
padding: 10px 0 0 $gutter-half;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
top: 5px;
|
||||
transition: top 0.1s ease-out, box-shadow 1s ease-in-out;
|
||||
|
||||
.form-group {
|
||||
@@ -27,7 +27,7 @@
|
||||
padding-right: $gutter-half;
|
||||
border-bottom: 1px solid $border-colour;
|
||||
box-shadow: 0 2px 0 0 rgba($border-colour, 0.2);
|
||||
transition: background 0.6s ease-in-out, top 0.4s ease-out, margin-top 0.4s ease-out;
|
||||
transition: background 0.6s ease-in-out, margin-top 0.4s ease-out;
|
||||
}
|
||||
|
||||
.shim {
|
||||
|
||||
Reference in New Issue
Block a user