Skip to content

Commit

Permalink
Reverted attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Jun 11, 2024
1 parent 1ff1548 commit 5f26968
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions templates/builder/plotbox.template.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<style>
.drag {
position: absolute;
cursor: move;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
</style>
<div class="drag">
<div class="box box-default" id="drag">
<div class="box-header with-border">
<h3 class="box-title">[[title]]</h3>
</div>
<div class="box-body">
<div class="row">
[[plotData]]
</div>
<div class="box box-default drag" id="drag">
<div class="box-header with-border">
<h3 class="box-title">[[title]]</h3>
</div>
<div class="box-body">
<div class="row">
[[plotData]]
</div>
</div>
</div>
Expand Down

0 comments on commit 5f26968

Please sign in to comment.