Add space at the bottom for the ScrollUp component

This commit is contained in:
Ramon Wenger 2023-02-20 16:16:28 +01:00
parent 82efc4ffc6
commit 59fcfb5b01
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@
@include desktop {
padding: 0;
}
&:last-child {
// space at the bottom for the ScrollUp component
margin-bottom: 125px;
}
}
&__footer {