Skip to content

Commit 91a510f

Browse files
committed
fix: fix wrong click position
The spurious `<br>` inside the cytoscape div shifted the mouse click radius down
1 parent 16d68c7 commit 91a510f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h5 class="offcanvas-title" id="filter_pane_label">Highlight simulators</h5>
6565
<div class="container-fluid" style="height: 80vh; width: 100vw;">
6666
<div class="row" >
6767
<!-- graph -->
68-
<div class="col col-8" style="height: 80vh" id="cy"><br /></div>
68+
<div class="col col-8" style="height: 80vh" id="cy"></div>
6969

7070
<!-- details pane -->
7171
<div class="col col-4 d-flex flex-column justify-content-between" style="height: 80vh; overflow: scroll" id="details">

0 commit comments

Comments
 (0)