Extend wasabicharts iframe height

This commit is contained in:
Austin Chen 2022-06-09 18:35:38 -07:00
parent c59d93979c
commit 05c6575ebb

View File

@ -477,7 +477,7 @@ export function WasabiCharts() {
<Spacer h={4} />
<iframe
className="w-full"
height={12000}
height={21000}
src="https://wasabipesto.com/jupyter/manifold/"
frameBorder="0"
style={{ border: 0 }}