Skip to content

Commit

Permalink
Merge pull request #19 from jasonlong/fix-scrollbars
Browse files Browse the repository at this point in the history
Fix unnecessary scrollbars
  • Loading branch information
jasonlong authored Mar 8, 2018
2 parents 664cdcc + 427b10f commit 8099a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
height: 100%;
font: caption; /* system font */
color: var(--white);
overflow: hidden;
}

.container {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mater",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Pomodoro menubar app",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 8099a7d

Please sign in to comment.