Merge branch 'prod'

This commit is contained in:
Cagatay Civici 2023-11-08 21:16:46 +03:00
commit 4ccae27d65
7 changed files with 624 additions and 1166 deletions

View file

@ -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 {