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:
parent
04c6d04b6d
commit
8ff36447c8
2 changed files with 2 additions and 1 deletions
|
@ -257,7 +257,7 @@ class Visualization extends React.Component {
|
|||
|
||||
this.setState({
|
||||
maxWidgetHeight: maxHeight,
|
||||
dropZoneHeight: maxHeight + 40
|
||||
dropZoneHeight: maxHeight + 80
|
||||
});
|
||||
}
|
||||
/*
|
||||
|
|
|
@ -283,6 +283,7 @@ body {
|
|||
width: 100%;
|
||||
min-height: 400px;
|
||||
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue