On Help Page no full BG

  • Thread starter Thread starter bogus
  • Start date Start date
B

bogus

Guest
Hello. I want to add a background to Style Properties: General - Body but i cant get it to the bottom too. This only happens to the help page, maybe because its not the full Browser size?!
How can i get the bg to full size? Thanks
Unbenannt.webp
 
Not sure whether this is the appropriate way but I added the following to my EXTRA.css to counteract this. I suppose it can be applied for background images.

Code:
html {
    background-color: #8f8a84 !important;
    overflow-y: scroll !important;
}
 
Top Bottom