D
D
Dmitry Baskakov2018-02-08 07:31:33
css
Dmitry Baskakov, 2018-02-08 07:31:33

How to move the menu down in chrome on android if everything is fine in plain chrome?

So, a very strange thing is happening: the block with the menu, which is located in the header of the site (whose height is 100vh) will just indent from the bottom.
In more detail, the menu in chrome is displayed normally and, with absolute positioning, is at the bottom.
And in the mobile version it rises a little.
Like this? And how to solve this problem?5a7bd300c7fec564629898.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cyril, 2018-02-08
@dmitrybascacov

parent header`a {
position: relative
}
header{
position: absolute
bottom: 0
left: 0}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question