Skip to content

Commit

Permalink
frontend: fix dropdown targets including the button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDotJS committed Jul 28, 2024
1 parent db73968 commit b18e606
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/src/components/common/DropDown.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
transition: background-color 100ms ease-in-out;
}

:where(.menuButton, .subMenuButton) span {
pointer-events: none;
}

.subMenuButton > .dropdownMenu {
top: 0;
left: 100%;
Expand Down

0 comments on commit b18e606

Please sign in to comment.