# \&overlaycontrols

Viewer-Side Option! ([`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md), [`&room`](/advanced-settings/setup-parameters/room.md))

## Options

Example: `&overlaycontrols`

| Value      | Description                                |
| ---------- | ------------------------------------------ |
| (no value) | Overlay control bar; do not reserve height |

## Details

* Keeps the user control bar overlayed on top of the video area instead of reserving a dedicated area below it. This avoids layout height changes when showing/hiding controls.
* Useful for tight layouts where vertical space is limited, or when combined with widgets/iframes.
* Related behavior: [`&controlbarspace`](/advanced-settings/buttons-and-control-bar-parameters/and-controlbarspace.md) forces a dedicated space for the control bar. Do not use both together.
* Mobile: behavior may vary depending on screen height; overlay avoids shrinking the grid area when controls appear.

## Related

{% content-ref url="/pages/NY8PHATBb5Fb9YjFvp8I" %}
[\&controlbarspace](/advanced-settings/buttons-and-control-bar-parameters/and-controlbarspace.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/buttons-and-control-bar-parameters/and-overlaycontrols.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
