Skip to content

Commit

Permalink
fix: give the inputsDiv a white background (see #3151)
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Mar 6, 2024
1 parent 3661138 commit 83ae82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/browser/lorenz_interactive.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#inputsDiv {
z-index: 1;
position: absolute;
background: white;
}
</style>
</head>
Expand Down Expand Up @@ -189,4 +190,4 @@

</script>

</html>
</html>

0 comments on commit 83ae82a

Please sign in to comment.