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

adapt children sizes to parents

This commit is contained in:
irismarie 2020-11-12 11:42:13 +01:00
parent 0c38784907
commit 052193e501

View file

@ -109,8 +109,8 @@ class WidgetContextMenu extends React.Component {
);
let dim = {
width: this.props.widget.width,
height: this.props.widget.height
width: '100%',
height: '100%'
};
return <div style={dim}>