Merge remote-tracking branch 'origin/master' into angular-14

This commit is contained in:
Alex Martzios 2022-11-01 12:13:32 +02:00
commit 4216be29cd
1 changed files with 2 additions and 6 deletions

View File

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