We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5e2a7 commit b708b30Copy full SHA for b708b30
1 file changed
src/ui/HotkeyButton.tsx
@@ -79,6 +79,7 @@ export default class HotkeyButton extends React.Component<Props, State> {
79
position: "fixed",
80
right: "0px",
81
top: "0px",
82
+ zIndex: 5,
83
}}
84
onClick={() => this.blurButton()}
85
/>
0 commit comments