You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The floating button acts like a element with absolute positioning. It doesn't float above the other components and it isn't fixed to the screen. Also the primary theme doesn't show the icon.
Expected Behavior
The floating button should always be displayed above all other components. It should stay in a fixed position on the screen, if the page is scrolled.
Steps to reproduce
Add a floating button to a page
Scroll the page
The button moves with the page
The button cannot be positioned above other components on the same page