# Advance BBCode box on Milk theme

### Problem

Some features of the Advance BBCode box extension (available separately) don't work in the Milk theme.

### Cause

A z-index layering issue in Milk. The extension is working as intended, but hidden behind Milk's white background wrapper.

### Solution

You can remedy the problem by following these steps:

Open: /styles/milk\_v2/theme/common.css

Find:

```
.darken {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
```

Remove

`position: fixed;`&#x20;

Save changes, then purge cache.

* [How to purge cache](/getting-started/how-to-purge-cache.md)
* [How to edit code files](/getting-started/how-to-edit-code-files.md)


---

# 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.planetstyles.net/troubleshooting/advance-bbcode-box-on-milk-theme.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.
