Skip to content

Commit

Permalink
fix(topbar): application menu icon visible also when hovering selecte…
Browse files Browse the repository at this point in the history
…d button (#131)
  • Loading branch information
bjornwedell authored Dec 13, 2023
1 parent d01dd5d commit a5a4f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/topbar/src/application.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const useStyles = makeStyles({
display: "flex",
pointerEvents: "none",
position: "absolute",
zIndex: 10,
width: "34px",
height: "32px",
alignItems: "center",
Expand Down

0 comments on commit a5a4f71

Please sign in to comment.