Hello,
I have added the button element in the footer at the right bottom position. So now you have to scroll fist to the bottom of the pagen to see the floating button and when I scroll up it moves while scrolling to the top. However I woul like the button to be in the viewport of my screen and when I scroll it stayes there. Is this possible?
, which means the element stays in the browser viewport while the page scrolls.The classes
Code:
uk-position-fixed uk-position-bottom-right
should already keep it fixed at the bottom-right of the screen.If it only appears after scrolling to the footer, then one of these issues is likely happening:The UIkit
Code:
uk-position-fixed
CSS is not being applied correctly.A parent or footer wrapper may have CSS such as
Code:
transform
,
Code:
overflow: hidden
, or something similar that can interfere with fixed positioning.The element may be visually affected by the footer or container layout, even though it should be fixed.If you still find any issues, please feel free to contact our support team with the site details.