Skip to content

Commit

Permalink
Fix ovelap of the button bar buttons over the command bar
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Apr 29, 2024
1 parent 74176d7 commit 58dc144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/ui/pages/myService/MyService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const useStyles = tss
"position": "absolute",
"right": 0,
"top": 0,
"zIndex": 1,
"zIndex": 2,
"transition": "opacity 750ms linear",
"width": "min(100%, 600px)"
},
Expand Down

0 comments on commit 58dc144

Please sign in to comment.