Problem description: The element of position: Fixed can be normally displayed when the web page is opened on PC, but the user opens it on mobile.

Solution: At the top of the page add:

<meta name="viewport" content="width=device-width">
Copy the code