M
M
mishapsv2018-06-14 14:28:27
css
mishapsv, 2018-06-14 14:28:27

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?
giphy.gif

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Timofeev, 2018-06-14
@webinar

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;
}

and html right before</body>

T
tyzberd, 2018-06-14
@tyzberd

how do you press? pressed the block inside the bootstrap modal by adding

position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

seemed to work normally

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question