diff --git a/Thermo.Active/wwwroot/assets/styles/base/paddle.less b/Thermo.Active/wwwroot/assets/styles/base/paddle.less index 71720491..636f3ec0 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/paddle.less +++ b/Thermo.Active/wwwroot/assets/styles/base/paddle.less @@ -75,6 +75,7 @@ display: grid; grid-template-rows: 50px 1fr 50px; padding: 1rem; + position: relative; header { display: flex; diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 7b5f1bd0..85dee545 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -4812,6 +4812,7 @@ article .box .body { display: grid; grid-template-rows: 50px 1fr 50px; padding: 1rem; + position: relative; } .paddle section header { display: flex; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/components/paddle/paddle.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/components/paddle/paddle.vue index e9078d8a..93739101 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/components/paddle/paddle.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/components/paddle/paddle.vue @@ -37,6 +37,16 @@ +
@@ -60,17 +70,6 @@
- -