Skip to content

Commit 83780e6

Browse files
authored
Merge pull request #490 from wooferzfg/fix-hotkey-blur
Make hotkey button blur element always appear above the sidebar
2 parents ea5e2a7 + b708b30 commit 83780e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ui/HotkeyButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default class HotkeyButton extends React.Component<Props, State> {
7979
position: "fixed",
8080
right: "0px",
8181
top: "0px",
82+
zIndex: 5,
8283
}}
8384
onClick={() => this.blurButton()}
8485
/>

0 commit comments

Comments
 (0)