Skip to content

Commit

Permalink
Merge pull request #957 from shatyuka/fix_windows_titlebar
Browse files Browse the repository at this point in the history
fix: window resize
  • Loading branch information
agalwood authored May 20, 2021
2 parents dec938f + f05994d commit 577a9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/Native/TitleBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
height: 36px;
z-index: 5000;
.title-bar-dragger {
margin: 5px 0 0 5px;
flex: 1;
user-select: none;
-webkit-app-region: drag;
Expand Down

0 comments on commit 577a9b3

Please sign in to comment.