mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
fix: SDA-2644 - Fix snippet window resize issue based on screen size
This commit is contained in:
parent
c1777e1e4a
commit
cd60ae268a
@ -990,7 +990,7 @@ export class WindowHandler {
|
||||
const opts: ICustomBrowserWindowConstructorOpts = this.getWindowOpts(
|
||||
{
|
||||
width,
|
||||
height: windowHeight,
|
||||
height: height + CONTAINER_HEIGHT,
|
||||
minHeight: MIN_HEIGHT,
|
||||
minWidth: MIN_WIDTH,
|
||||
modal: false,
|
||||
|
@ -118,6 +118,8 @@ button {
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
rgba(255, 255, 255, 0.96),
|
||||
|
Loading…
Reference in New Issue
Block a user