diff --git a/projects/player/src/app/components/page-scroll-button/page-scroll-button.component.scss b/projects/player/src/app/components/page-scroll-button/page-scroll-button.component.scss index 616da2a411d0f764e084b13b46bfe26a6cb68e56..c394acefdc4ccf894b0294baae46c65c4bc86f57 100644 --- a/projects/player/src/app/components/page-scroll-button/page-scroll-button.component.scss +++ b/projects/player/src/app/components/page-scroll-button/page-scroll-button.component.scss @@ -2,6 +2,7 @@ background-color: #cccccc; opacity: 0.6; pointer-events: all; + margin-top: -60px; &:hover { opacity: 0.8; } @@ -11,6 +12,7 @@ height: 0; padding-right: 15px; position: sticky; - bottom: 40px; + bottom: 20px; pointer-events: none; + z-index: 100; }