Skip to content

Commit

Permalink
always show scrollbar overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kemzops committed Mar 14, 2023
1 parent 1623976 commit e69e252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
setTimeout(() => {
loadWin.close();
win?.show();
win?.webContents.openDevTools();
//win?.webContents.openDevTools();
}, 1000);
}

Expand Down
1 change: 1 addition & 0 deletions src/public/css/barWindow.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body {
max-height: 100%;
font-family: var(--font_default);
color: var(--white);
overflow-y: scroll;
}

#titlebar {
Expand Down

0 comments on commit e69e252

Please sign in to comment.