Skip to content

Commit

Permalink
Merge pull request #4209 from Codeinwp/fix/mega_menu_tablet
Browse files Browse the repository at this point in the history
fix: mega menu opening on tablet
  • Loading branch information
preda-bogdan authored Mar 12, 2024
2 parents 21f55ab + 2260481 commit 2e55cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/components/elements/_mega-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
.neve-mega-menu > .sub-menu {
left: 50% !important;
right: unset !important;
transform: translateX(-50%);
transform: translateX(-50%) !important;
position: absolute;
padding: 20px 10px;
top: auto;
Expand Down

0 comments on commit 2e55cc0

Please sign in to comment.