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 />
|