aboutsummaryrefslogtreecommitdiff
path: root/modern
diff options
context:
space:
mode:
Diffstat (limited to 'modern')
-rw-r--r--modern/src/main/StatusCard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/main/StatusCard.js b/modern/src/main/StatusCard.js
index 852b7cc6..f80d9705 100644
--- a/modern/src/main/StatusCard.js
+++ b/modern/src/main/StatusCard.js
@@ -157,7 +157,7 @@ const StatusCard = ({ deviceId, onClose }) => {
<>
{device && (
<Draggable
- handle={`.${classes.header}`}
+ handle={deviceImage ? `.${classes.media}` : `.${classes.header}`}
>
<Card elevation={3} className={classes.card}>
{deviceImage ? (