Skip to content

Commit

Permalink
fix: external dropdown menu is under internal dropdown menu (possible…
Browse files Browse the repository at this point in the history
… fixes)
  • Loading branch information
pvalchetskaya committed Apr 20, 2022
1 parent ecbed0f commit ea695c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/snippets/snippets.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@
}
}
}

.uip-preview {
.uip-snippets .snippets-dropdown {
z-index: 5;
}
}

0 comments on commit ea695c2

Please sign in to comment.