From 1edc934330ad1ba4989ea074e3b1b23953574cf8 Mon Sep 17 00:00:00 2001 From: Brian Chirls Date: Tue, 22 Nov 2022 14:57:33 -0500 Subject: [PATCH] Fix examples css iframe height was overflowing --- examples/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/index.css b/examples/index.css index 1346f32..e15fa52 100644 --- a/examples/index.css +++ b/examples/index.css @@ -71,6 +71,7 @@ h1 { display: flex; flex: 1 1 auto; flex-direction: row; + height: 100%; } .sidebar-wrapper {