Skip to content

Commit

Permalink
scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
rikaaa0928 committed Feb 23, 2019
1 parent ce15d7c commit d1d8904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ body {
#Textarea {
position: relative;
width: 100%;
height: 99%;
height: 90%;
font-size: 0.9rem;
}

Expand Down
2 changes: 1 addition & 1 deletion main.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function createWindow() {
}

// Open the DevTools.
// mainWindow.webContents.openDevTools()
mainWindow.webContents.openDevTools()

// Emitted when the window is closed.
mainWindow.on('closed', function () {
Expand Down

0 comments on commit d1d8904

Please sign in to comment.