Twitch Api, background gradient repeat issue [CLOSED]

Hey Guys,

It’s me again. :sweat_smile:
How can I make the gradient stretch to fill the window instead of repeat when I filter the names?
I have applied different approaches but neither didn’t work.

body, html {
  background: linear-gradient(to top, #ffffff, #abbaab);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

Does anyone have an idea what can I do?


Simon

Have you fixed it yet? It doesn’t seem to repeat.

Not yet, try to filter the names in the search box…

It doesn’t repeat (same with chrome)

I don’t like the way it looks, I would like it to scretch because this way looks a bit ugly…

I don’t know about stretching, but how about making the footer transparent?

1 Like

I think the footer should be fixed…

Great idea, that did the trick:
background-color: rgba(171, 186, 171, 0.02);