mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 13:09:49 -04:00
Fix jumpy right position of selected items counter
The negative right margin counteracts the sticky footer being wider than its containing column. This is only the case when it’s actually sticky.
This commit is contained in:
@@ -110,9 +110,14 @@
|
||||
|
||||
&-selected-counter {
|
||||
position: absolute;
|
||||
right: $gutter-half;
|
||||
right: 0;
|
||||
top: $gutter - 1px;
|
||||
color: $secondary-text-colour;
|
||||
|
||||
.content-fixed & {
|
||||
right: $gutter-half;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user