Increase z-index of .umb-nav-tabs (#2566)
This lowers the chances of property editors overlapping the tab overflow menu. More info here: http://issues.umbraco.org/issue/U4-11185
This commit is contained in:
committed by
Sebastiaan Janssen
parent
a7f68fa3d3
commit
92b11bf966
@@ -1,6 +1,6 @@
|
|||||||
.umb-nav-tabs {
|
.umb-nav-tabs {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.umb-nav-tabs.-padding-left {
|
.umb-nav-tabs.-padding-left {
|
||||||
|
|||||||
Reference in New Issue
Block a user