diff --git a/Thermo.Active/wwwroot/assets/styles/base/riscaldi.less b/Thermo.Active/wwwroot/assets/styles/base/riscaldi.less
index 76e81711..17b0594f 100644
--- a/Thermo.Active/wwwroot/assets/styles/base/riscaldi.less
+++ b/Thermo.Active/wwwroot/assets/styles/base/riscaldi.less
@@ -15,6 +15,10 @@
stroke: 1px solid blue;
}
+ .thermoImage {
+ pointer-events: none;
+ }
+
.resistance {
width: calc(100% - 4px);
height: calc(100% - 4px);
diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css
index 1d240ab9..3d18afa6 100644
--- a/Thermo.Active/wwwroot/assets/styles/style.css
+++ b/Thermo.Active/wwwroot/assets/styles/style.css
@@ -4799,6 +4799,9 @@ article .box .body {
fill: none;
stroke: 1px solid blue;
}
+.warmers svg .thermoImage {
+ pointer-events: none;
+}
.warmers svg .resistance {
width: calc(100% - 4px);
height: calc(100% - 4px);
diff --git a/Thermo.Active/wwwroot/src/App.vue b/Thermo.Active/wwwroot/src/App.vue
index 9730b272..23ec556a 100644
--- a/Thermo.Active/wwwroot/src/App.vue
+++ b/Thermo.Active/wwwroot/src/App.vue
@@ -31,6 +31,7 @@