View Issue Details

IDProjectCategoryView StatusLast Update
0005352OXID eShop (all versions)1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econdapublic2013-08-22 10:53
ReporterMichaelH 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.6 / 5.0.6 
Target Version4.7.8 / 5.0.8Fixed in Version4.8.0_5.1.0_RC1 
Summary0005352: The facebook-like-button-flyout lies behind the "Have-you-seen?"-box,
Descriptionbut it is meant to lie in front.

The "Have-you-seen?"-box has the z-index:2.
For facebook-like-button-flyout I couldn't find an z-index.

I was able to fix the bug, by adding

z-index:3;

to oxid.css, when it comes to .social span. Like this:

.social span {
    float: left;
    z-index:3;
}
TagsFacebook
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany