diff --git a/web/index.html b/web/index.html
index e43d1b98..c574a003 100644
--- a/web/index.html
+++ b/web/index.html
@@ -95,6 +95,7 @@
margin: 0 0 0 .5em;
}
article.float-container {
+ overflow-y: auto;
}
b.displayname {
overflow-wrap: break-word;
diff --git a/web/src/objects/item.rs b/web/src/objects/item.rs
index 1aad8314..5b3921ba 100644
--- a/web/src/objects/item.rs
+++ b/web/src/objects/item.rs
@@ -172,7 +172,7 @@ pub fn Summary(summary: Option, children: Children) -> impl IntoView {
Some(summary) => view! {
- {summary}
+ {summary}
{children()}