mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
(Contacts) Make the "Add Contact" button sticky on mobile devices
This commit is contained in:
parent
e182f19644
commit
51d7c6fd6f
|
@ -50,4 +50,10 @@ contacts-contact-list {
|
||||||
right: 12px;
|
right: 12px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
|
||||||
|
@include media-breakpoint-down('xs') {
|
||||||
|
position: sticky;
|
||||||
|
top: calc(100vh - 72px);
|
||||||
|
bottom: auto;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user