Skip to content

Commit

Permalink
Fix invisible point cloud bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kirandeol committed May 28, 2024
1 parent 5ef2950 commit 6f3e087
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@

img {
float: right;
z-index: 0;
max-width: 200%;
clip-path: polygon(50% 1%, 100% 1%, 100% 99%, 50% 99%);
width: 200% !important;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/fuzzysort.min.js"></script>
Expand Down Expand Up @@ -106,7 +104,7 @@
<div id="container" style="width: 700px; height: 700px;"></div>
<div id="gui_container" style="z-index: 200;"></div>
<div style="z-index: 90; overflow: clip">
<div id="parallel" style="width: 50%; height: 100%; float: right; position: absolute; overflow: clip">
<div id="parallel" style="width: 50%; height: 100%; float: right; position: absolute; overflow: hidden; max-width: 50vw">
</div>
</div>
<svg id="axes" xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 6f3e087

Please sign in to comment.