story: Revert scrollable for StoryContainer for fix size_full. (#479)
Ref #478
This commit is contained in:
parent
782cea35fc
commit
22f60c7299
1 changed files with 0 additions and 1 deletions
|
|
@ -335,7 +335,6 @@ impl Render for StoryContainer {
|
||||||
v_flex()
|
v_flex()
|
||||||
.id("story-container")
|
.id("story-container")
|
||||||
.size_full()
|
.size_full()
|
||||||
.scrollable(cx.view().entity_id(), ScrollbarAxis::Both)
|
|
||||||
.track_focus(&self.focus_handle)
|
.track_focus(&self.focus_handle)
|
||||||
.on_action(cx.listener(Self::on_action_panel_info))
|
.on_action(cx.listener(Self::on_action_panel_info))
|
||||||
.when(self.description.len() > 0, |this| {
|
.when(self.description.len() > 0, |this| {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue