mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Updated MegaMenu demos
This commit is contained in:
parent
c7975c24ac
commit
355fb8032d
7 changed files with 624 additions and 1166 deletions
|
@ -4,6 +4,7 @@ const css = `
|
|||
@layer primevue {
|
||||
.p-megamenu {
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-megamenu-root-list {
|
||||
|
@ -12,10 +13,6 @@ const css = `
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
.p-megamenu-root-list > .p-menuitem {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-megamenu .p-menuitem-link {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
@ -34,6 +31,8 @@ const css = `
|
|||
position: absolute;
|
||||
width: auto;
|
||||
z-index: 1;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.p-megamenu-root-list > .p-menuitem-active > .p-megamenu-panel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue