Skip to content

Commit cdee901

Browse files
authored
fix(cosmoz-data-nav): prevent creation of a new stacking context (#170)
Because of the default 0px transform data-nav creates a new stacking context that prevents us from correctly positioning elements in dropdown menu without moving to body.
1 parent af27eef commit cdee901

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cosmoz-data-nav.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ class CosmozDataNav extends hauntedPolymer('haunted', useDataNav)(PolymerElement
3535
overflow-x: hidden;
3636
}
3737
38-
#items,
39-
#items > ::slotted(.animatable){
40-
transform: translateX(0px);
41-
}
42-
4338
#items,
4439
#items > ::slotted(.animatable) {
4540
position: absolute;

0 commit comments

Comments
 (0)