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:
Remove
position: fixed;
Save changes, then purge cache.
Last updated