diff --git a/web/index.html b/web/index.html index e43d1b9..c574a00 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 1aad831..5b3921b 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()}