Skip to content

Commit

Permalink
Adjust clickable region of control buttons (#3017)
Browse files Browse the repository at this point in the history
On Windows, the close button (rather than the border) is expected to be hit when someone clicks the top-right corner of the screen if a window is maximized.
  • Loading branch information
lujjjh authored and chabou committed Dec 15, 2018
1 parent e9682ab commit 5f73fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export default class Header extends React.PureComponent {
height: 34px;
justify-content: space-between;
position: fixed;
top: 0;
right: 0;
}
Expand Down

0 comments on commit 5f73fd2

Please sign in to comment.