mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-20 11:48:30 -06:00
Remove scroll if about windows fit, plus make it not resizable
This commit is contained in:
parent
40500ea938
commit
c2fa9c2283
@ -445,7 +445,7 @@ export class WindowHandler {
|
||||
height: isWindowsOS ? 745 : 705,
|
||||
modal: false,
|
||||
alwaysOnTop: isMac,
|
||||
resizable: true,
|
||||
resizable: false,
|
||||
}, {
|
||||
devTools: false,
|
||||
});
|
||||
|
@ -6,7 +6,6 @@
|
||||
@text-padding: 10px;
|
||||
|
||||
body {
|
||||
overflow: scroll;
|
||||
background-color: white;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user