Skip to content

Commit

Permalink
fix(menu): raise popup__menu priority (#1791)
Browse files Browse the repository at this point in the history
* feat(datepicker): add locale placeholder

* fix(menu): raise popup__menu priority
  • Loading branch information
uyarn authored May 10, 2024
1 parent 0ff86bb commit e398021
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style/web/components/menu/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -688,13 +688,16 @@ a.@{prefix}-menu__item {

&__popup {
overflow: hidden;
position: absolute;
background: @menu-theme-light;
z-index: @menu-outer-zindex;
border-radius: @border-radius-medium;
opacity: 0;
.list-style-none();

&.@{prefix}-popup__content {
position: absolute;
}

&-wrapper {
padding: @pop-padding-m;
height: 100%;
Expand Down

0 comments on commit e398021

Please sign in to comment.