Adjust clickable region of control buttons (#3017)

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.
This commit is contained in:
Jiahao Lu 2018-05-24 04:59:19 +08:00 committed by CHaBou
parent e9682ab3d1
commit 5f73fd2f49

View file

@ -228,6 +228,7 @@ export default class Header extends React.PureComponent {
height: 34px;
justify-content: space-between;
position: fixed;
top: 0;
right: 0;
}