Skip to content

Commit

Permalink
Hide title bar overflow (fixes #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
garraflavatra committed Jun 28, 2023
1 parent 05bfd54 commit e53019a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/app.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
#root.platform-darwin .titlebar {
height: var(--darwin-titlebar-height);
Expand Down

0 comments on commit e53019a

Please sign in to comment.