Skip to content

Commit

Permalink
Fix horizontal menu control group placement bug
Browse files Browse the repository at this point in the history
react-menu changed it to role="none"
  • Loading branch information
cheeaun committed Aug 14, 2024
1 parent f9b6768 commit ac94303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ body > .szh-menu-container {
}

.menu-control-group-horizontal:first-child,
li[aria-hidden='true'] + .menu-control-group-horizontal {
li[role='none'] + .menu-control-group-horizontal {
margin-top: -8px;
margin-bottom: -4px;

Expand Down

0 comments on commit ac94303

Please sign in to comment.