help button: release at the bottom
This commit is contained in:
parent
81a29287d4
commit
f53ca8fde8
|
@ -1,10 +1,14 @@
|
||||||
@import (reference) "~src/assets/openaire-theme/less/_import-variables";
|
@import (reference) "~src/assets/openaire-theme/less/_import-variables";
|
||||||
|
|
||||||
.quick-contact {
|
.quick-contact {
|
||||||
position: fixed;
|
position: sticky;
|
||||||
|
position: -webkit-sticky; /* Safari */
|
||||||
bottom: 5vh;
|
bottom: 5vh;
|
||||||
right: 5vw;
|
display: flex;
|
||||||
z-index: 980;
|
justify-content: flex-end;
|
||||||
|
margin-bottom: 5vh;
|
||||||
|
margin-right: 5vw;
|
||||||
|
z-index: @global-z-index - 20;
|
||||||
|
|
||||||
.uk-drop {
|
.uk-drop {
|
||||||
max-height: 550px;
|
max-height: 550px;
|
||||||
|
|
Loading…
Reference in New Issue