When viewing the website on a mobile device, I noticed that the floating button is hidden behind the browser buttons panel. Is there a way to adjust the positioning of the element relative to the browser's buttons panel?
I attempted using env(safe-area-inset-bottom)
as recommended in this thread. Additionally, I tried applying position: static
to body
as suggested in the same discussion. Despite trying various solutions found on Google and StackOverflow, none of them seemed to solve the issue.