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 7750a0d commit cfb1653Copy full SHA for cfb1653
website/App.tsx
@@ -51,7 +51,7 @@ export default class App extends React.PureComponent<AppProps, AppState> {
51
<img src="https://img.shields.io/npm/dm/react-hot-keys.svg?style=flat" alt="NPM Downloads" />
52
</a>
53
</Github>
54
- <GitHubCorners href="https://github.com/jaywcjlove/react-hotkeys" target="__blank" />
+ <GitHubCorners href="https://github.com/jaywcjlove/react-hotkeys" target="__blank" fixed zIndex={9999} />
55
<Hotkeys
56
keyName="shift+a,alt+s,shift+/"
57
onKeyDown={this.onKeyDown.bind(this)}
0 commit comments