S
S
Sergey Khoroshko2021-06-24 01:50:39
css
Sergey Khoroshko, 2021-06-24 01:50:39

The adaptive has a white stripe, how to remove it?

60d3b9e147c9c685053587.pngthere is such a problem.

Perhaps because of the animations that I added
60d3ba4319535846403235.jpeg

the site - where you can see
the github

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey delphinpro, 2021-06-24
@delphinpro

This means that any element in the layout cannot become smaller than the width of the screen plus this strip. Maybe width/min-width is hardcoded somewhere, maybe flex without flex-wrap.
Write down the style

* {
  outline: 1px solid red;
  outline-offset: -1px;
}

And look what sticks out on the white stripe. Then, in the inspector, find out which rule prevents the block from shrinking to fit the screen.
Although, in your case, you can already see which blocks are not adapted. Just scroll down the page.

S
Sergey Khoroshko, 2021-06-28
@Cultizm

Because of transform: translate( X%, Y%), be careful with %
Mb, it will be useful to someone

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question