story: Revert scrollable for StoryContainer for fix size_full. (#479)

Ref #478
This commit is contained in:
Jason Lee 2024-12-10 14:38:09 +08:00 committed by GitHub
parent 782cea35fc
commit 22f60c7299
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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| {