We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58d3ae commit 7ba9db9Copy full SHA for 7ba9db9
js/activity.js
@@ -6144,7 +6144,7 @@ class Activity {
6144
let height = Math.abs(this.currentY - this.startY);
6145
6146
this.selectionArea.style.display = "flex";
6147
- this.selectionArea.style.position = "relative";
+ this.selectionArea.style.position = "absolute";
6148
this.selectionArea.style.left = x + "px";
6149
this.selectionArea.style.top = y + "px";
6150
this.selectionArea.style.height = height + "px";
0 commit comments