Thomas Richardson commited on
Commit
f0c6c68
·
unverified ·
2 Parent(s): b8c7a5a07cf1c8

Merge pull request #141 from ttt246/feature/window_issue_132

Browse files
Extension/src/pages/Content/modules/DraggablePanel.jsx CHANGED
@@ -61,6 +61,8 @@ class DraggablePanel extends React.Component {
61
  cursor: 'move',
62
  right: 0, // Add this property
63
  bottom: 0, // Add this property
 
 
64
  }}
65
  >
66
  <Panel />
 
61
  cursor: 'move',
62
  right: 0, // Add this property
63
  bottom: 0, // Add this property
64
+ width: '400px',
65
+ height: '350px'
66
  }}
67
  >
68
  <Panel />