diff --git a/wled00/data/index.css b/wled00/data/index.css
index 5be49819..4aa24750 100644
--- a/wled00/data/index.css
+++ b/wled00/data/index.css
@@ -271,6 +271,20 @@ button {
transform: translate(-50%,-50%);
}
+#pxm {
+ display: none;
+ width: 100%;
+ height: 100%;
+ border: 0;
+ position: absolute;
+}
+
+#ipxm {
+ width: 100%;
+ height: 100%;
+ position: relative;
+}
+
.tab {
background-color: transparent;
color: var(--c-d);
diff --git a/wled00/data/index.htm b/wled00/data/index.htm
index b8c0df85..b171c658 100644
--- a/wled00/data/index.htm
+++ b/wled00/data/index.htm
@@ -65,6 +65,7 @@
+
@@ -392,6 +393,12 @@
For best performance, it is recommended to turn off the streaming source when not in use.
+
+