Skip to content

Commit

Permalink
Fixed #4060 - Improve responsive styling on Menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Feb 15, 2023
1 parent 7c6b621 commit d30f58f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/menubar/Menubar.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
.p-menubar-root-list {
display: flex;
align-items: center;
flex-wrap: wrap;
}

.p-menubar-root-list > li ul {
Expand All @@ -46,7 +47,7 @@
z-index: 1;
}

.p-menubar .p-submenu-list > .p-menuitem-active > .p-submenu-list {
.p-menubar .p-submenu-list > .p-menuitem-active > .p-submenu-list {
display: block;
left: 100%;
top: 0;
Expand Down

0 comments on commit d30f58f

Please sign in to comment.