umco / umbraco-stacked-content

Stacked Content for Umbraco 7

Home Page:https://our.umbraco.org/projects/backoffice-extensions/stacked-content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacked Content overlaps tab overflow menu

stvnhrlnd opened this issue · comments

Interesting one as it can be fixed in either Stacked Content or Umbraco itself. Here's a screenshot:

stacked_content_overlap

The issue is that both .stack__item and .umb-nav-tabs have a z-index of 10, so Stacked Content appears on top because it comes later in the markup.

I've created an Umbraco issue and PR to raise the z-index value for .umb-nav-tabs but I figured it'd be a good idea to decrease .stack__item to 9 so that it's fixed in previous versions of Umbraco.

More info: http://issues.umbraco.org/issue/U4-11185

Thanks @stvnhrlnd - I'll give PR #42 a try 👍

I'll close this ticket off and comment over on PR #42