Skip to content

Commit

Permalink
chore: Update z-index for submenu list in MenubarBase.js (#6869)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w authored Jul 11, 2024
1 parent 0ad8ab9 commit d800abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/menubar/MenubarBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const styles = `
.p-menubar .p-submenu-list {
display: none;
position: absolute;
z-index: 1;
z-index: 5;
}
.p-menubar .p-submenu-list > .p-menuitem-active > .p-submenu-list {
Expand Down

0 comments on commit d800abc

Please sign in to comment.