Skip to content

Commit 22f60c7

Browse files
authored
story: Revert scrollable for StoryContainer for fix size_full. (sentriz#479)
Ref sentriz#478
1 parent 782cea3 commit 22f60c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/story/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ impl Render for StoryContainer {
335335
v_flex()
336336
.id("story-container")
337337
.size_full()
338-
.scrollable(cx.view().entity_id(), ScrollbarAxis::Both)
339338
.track_focus(&self.focus_handle)
340339
.on_action(cx.listener(Self::on_action_panel_info))
341340
.when(self.description.len() > 0, |this| {

0 commit comments

Comments
 (0)