V
V
Vyacheslav Barsukov2016-05-26 10:16:23
css
Vyacheslav Barsukov, 2016-05-26 10:16:23

Why do artifacts appear in the mobile version?

Good afternoon, I made a design on the bootstrap. I can’t understand why artifacts appear in the mobile version when the menu appears at the very bottom of the page.
If you make a fixed height and overflow then the menu scroll disappears.
375f97b868ea479290f135b00cf50d59.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-05-26
@DDanser

Read here .

html {
    position: fixed;
    /*min-height: 100%;*/

    direction: ltr;
    height: auto;
}

Change relativetofixed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question