From c862be75613fa1cf08a3bf276b9f4e1b56a3321c Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Tue, 1 Nov 2022 11:29:21 +0200 Subject: [PATCH] remove help button when reaching footer by scroll --- .../quick-contact/quick-contact.component.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sharedComponents/quick-contact/quick-contact.component.less b/sharedComponents/quick-contact/quick-contact.component.less index 77c62004..0eaa19fb 100644 --- a/sharedComponents/quick-contact/quick-contact.component.less +++ b/sharedComponents/quick-contact/quick-contact.component.less @@ -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 {