Remove scroll if about windows fit, plus make it not resizable

This commit is contained in:
Johan Kwarnmark 2019-12-04 14:10:14 +01:00
parent 40500ea938
commit c2fa9c2283
2 changed files with 1 additions and 2 deletions

View File

@ -445,7 +445,7 @@ export class WindowHandler {
height: isWindowsOS ? 745 : 705,
modal: false,
alwaysOnTop: isMac,
resizable: true,
resizable: false,
}, {
devTools: false,
});

View File

@ -6,7 +6,6 @@
@text-padding: 10px;
body {
overflow: scroll;
background-color: white;
margin: 0;
height: 100%;