From 22f60c72996ae3db0f9b23990b182d344bcfd26b Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 10 Dec 2024 14:38:09 +0800 Subject: [PATCH] story: Revert `scrollable` for StoryContainer for fix size_full. (#479) Ref #478 --- crates/story/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/story/src/lib.rs b/crates/story/src/lib.rs index f964086e..50be3c70 100644 --- a/crates/story/src/lib.rs +++ b/crates/story/src/lib.rs @@ -335,7 +335,6 @@ impl Render for StoryContainer { v_flex() .id("story-container") .size_full() - .scrollable(cx.view().entity_id(), ScrollbarAxis::Both) .track_focus(&self.focus_handle) .on_action(cx.listener(Self::on_action_panel_info)) .when(self.description.len() > 0, |this| {