Skip to content

Commit

Permalink
fix(cosmoz-data-nav): prevent creation of a new stacking context (#170)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
megheaiulian committed Dec 16, 2021
1 parent af27eef commit cdee901
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cosmoz-data-nav.js
Expand Up @@ -35,11 +35,6 @@ class CosmozDataNav extends hauntedPolymer('haunted', useDataNav)(PolymerElement
overflow-x: hidden;
}
#items,
#items > ::slotted(.animatable){
transform: translateX(0px);
}
#items,
#items > ::slotted(.animatable) {
position: absolute;
Expand Down

0 comments on commit cdee901

Please sign in to comment.