Answer the question
In order to leave comments, you need to log in
Is it possible to bypass the navbar from the bottom of the mobile Safari?
There is a task to press the button to the bottom of the screen.
But in mobile Safari, it turns out to be closed with a navbar, as in the screenshot.
What is the best way to proceed in this case?
Answer the question
In order to leave comments, you need to log in
why a photo, code is better, and code in the sandbox is even better. In general, pressing to the bottom is very simply achieved:
.myClass {
position: fixed;
right: 0;
bottom: 0;
}
</body>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question