From a5a4f713613c881c83d32c6af330164256792ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Wedell?= Date: Wed, 13 Dec 2023 08:26:46 +0100 Subject: [PATCH] fix(topbar): application menu icon visible also when hovering selected button (#131) --- components/topbar/src/application.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/topbar/src/application.styles.ts b/components/topbar/src/application.styles.ts index 1b452d9e..7d84ac5d 100644 --- a/components/topbar/src/application.styles.ts +++ b/components/topbar/src/application.styles.ts @@ -55,6 +55,7 @@ export const useStyles = makeStyles({ display: "flex", pointerEvents: "none", position: "absolute", + zIndex: 10, width: "34px", height: "32px", alignItems: "center",