remove help button when reaching footer by scroll

This commit is contained in:
Alex Martzios 2022-11-01 11:29:21 +02:00
parent f53ca8fde8
commit c862be7561
1 changed files with 2 additions and 6 deletions

View File

@ -1,13 +1,9 @@
@import (reference) "~src/assets/openaire-theme/less/_import-variables";
.quick-contact {
position: sticky;
position: -webkit-sticky; /* Safari */
position: fixed;
bottom: 5vh;
display: flex;
justify-content: flex-end;
margin-bottom: 5vh;
margin-right: 5vw;
right: 5vw;
z-index: @global-z-index - 20;
.uk-drop {