mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
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:
parent
e9682ab3d1
commit
5f73fd2f49
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ export default class Header extends React.PureComponent {
|
|||
height: 34px;
|
||||
justify-content: space-between;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue