Skip to content

Commit

Permalink
Merge pull request #12293 from primefaces/issue-12281
Browse files Browse the repository at this point in the history
Fixed #12281 - Header of scrollable Table covers menubar menu
  • Loading branch information
cetincakiroglu committed Nov 28, 2022
2 parents b91d495 + 61f2903 commit edd93f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/menubar/menubar.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
.p-menubar .p-submenu-list {
display: none;
position: absolute;
z-index: 1;
z-index: 2;
}

.p-menubar .p-submenu-list > .p-menuitem-active > p-menubarsub > .p-submenu-list {
Expand Down

0 comments on commit edd93f0

Please sign in to comment.