1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

update grid dimensions if dropzone is resized (closes #92)

This commit is contained in:
Steffen Vogel 2017-09-21 03:34:39 +02:00
parent 04c6d04b6d
commit 8ff36447c8
2 changed files with 2 additions and 1 deletions

View file

@ -257,7 +257,7 @@ class Visualization extends React.Component {
this.setState({
maxWidgetHeight: maxHeight,
dropZoneHeight: maxHeight + 40
dropZoneHeight: maxHeight + 80
});
}
/*

View file

@ -283,6 +283,7 @@ body {
width: 100%;
min-height: 400px;
display: flex;
position: relative;
}