diff --git a/goTool/frontend/www/index.html b/goTool/frontend/www/index.html index 37374c0..5f06361 100644 --- a/goTool/frontend/www/index.html +++ b/goTool/frontend/www/index.html @@ -1,337 +1,349 @@ - + +
+ + + + - - - - + - .card[style*="cursor: move"] { - transition: none; - } - + - Alpine.store("ui", { - topZ: 1000, - getNewZ() {return ++this.topZ} - }); + + - // Calc new position - let newX = e.clientX - this.offset.x; - let newY = e.clientY - this.offset.y; + +HIER DER INHALT DER COMPONENT
+HIER DER INHALT DER COMPONENT
-