diff --git a/src/components/common/Loki/LokiPanel.js b/src/components/common/Loki/LokiPanel.js
index 301474a078af8597c6079ea2d845ce0111e34b0c..8ddc073e41d473041e26ba5cf4f9633d659faff2 100644
--- a/src/components/common/Loki/LokiPanel.js
+++ b/src/components/common/Loki/LokiPanel.js
@@ -32,7 +32,7 @@ const classes = {
   undeployed: `${PREFIX}-undeployed`
 };
 
-const Root = styled("html")(({ theme }) => ({
+const Root = styled("div")(({ theme }) => ({
   [`& .${classes.formControl}`]: {
     margin: theme.spacing(0),
     minWidth: 120