One of the z-index values in the default style sheet (below) causes the picture titles to penetrate the admin overlay .

div.views_horizontal_slider div.item-list li .views-field-title {
z-index: 999;

Changing the value from 999 to 100 seems to cure the problem.

I am using Omega as my base theme if this is of relevance.

Comments

dsoundmn’s picture

merging #1660506: Titles display through fixed footer
Notes from 1660506: I'm using this module to display some information on a web page that has a fixed footer, but the titles of the slide someone display over the fixed footer.
I've followed this post http://drupal.org/node/1443628 and now the titles don't penetrate the admin overlay but they still come through the fixed footer.

---
We're working to figure this out here - need to know theme or url to test the z-indexes

dsoundmn’s picture

Version: 7.x-1.0 » 7.x-1.1
Status: Active » Closed (fixed)

Initial z-index changed to 110. committed to v1.1
If you need anything more please re-open this ticket