# Browser fill background color

The **`background color`** property will sets all background beyond your app background  properties at once color.

This applies to some browsers, (like Chrome on Mac/iPhone, Safari/Firefox on iPhone). For example, you could have a green header on your page or your page might have gray background color — since some browsers allow you to scroll beyond the top and bottom of the page, an awkward white background can show up beyond those edges.

Change vertical and horizontal scrollbars colors or make it transparent. Also you can scroll page using xy number without reference to element.

How to use: 1- Go to "Plugins" tab 2- Go to "Browser Fill" settings 3- Add color values as per your preferences for example: #FFDD00 or lightblue

Setting backgrounds with color keywords examples:

* Background Color: pink

Disclaimer: this feature is non-standard and is not on a standards track. Do not use it on production sites facing the web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Editor View

Demo View

### Browser compatibility <a href="#browser_compatibility" id="browser_compatibility"></a>

|         |        |      |         |                   |       |        |                 |                |                 |               |            |                  |
| ------- | ------ | ---- | ------- | ----------------- | ----- | ------ | --------------- | -------------- | --------------- | ------------- | ---------- | ---------------- |
| Browser | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox Android | Opera Android | iOS Safari | Samsung Internet |
| Version | 1      | 12   | 1       | 4                 | 3.5   | 1      | 2               | 18             | 4               | 10.1          | 1          | 1.0              |

### Accessibility concerns <a href="#accessibility_concerns" id="accessibility_concerns"></a>

Browsers do not provide any special information on background color to assistive technology. This is important primarily for screen readers, as a screen reader will not announce its presence and therefore convey nothing to its users. If the background contains information critical to understanding the page's overall purpose, it is better to describe it semantically in the document.
