Active
Project:
Content Glider
Version:
7.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2011 at 02:16 UTC
Updated:
17 Jul 2012 at 04:21 UTC
If you set up a content glider on a page, and then do something in the admin overlay, the content of the glider eventually appears. It appears that the zIndex is being incremented, and so eventually appears above the zIndex of the overlay.
The admin overlay is set at 500. It looks like the content glider starts at 100. I think this might be a minor issue, except one is often working for a while in the overlay and to have the content show up all of a sudden (or after one comes back to the browser) is distracting at best.
(An additional factor perhaps to repeatability is that in my example the content glider is in a panel, but I am guessing that this does not make a difference).
Comments
Comment #1
human1101 commentedIf you go into the css featuredcontentglider.css file where it has
/*border: 5px solid #336299; /* #687C98; */
overflow: hidden;
and add in
z-index:1!important;
it will fix it