fix: Wrap home screen content in scrollable to prevent UI overflow
This commit is contained in:
+4
-2
@@ -441,11 +441,13 @@ fn view(state: &AppState) -> Element<'_, AppMessage> {
|
||||
.padding(30)
|
||||
.width(420);
|
||||
|
||||
let scroll = scrollable(content);
|
||||
|
||||
container(
|
||||
column![
|
||||
top_bar,
|
||||
vertical_space(40.0),
|
||||
content
|
||||
vertical_space(20.0),
|
||||
scroll
|
||||
].align_x(iced::alignment::Horizontal::Center)
|
||||
)
|
||||
.width(iced::Length::Fill)
|
||||
|
||||
Reference in New Issue
Block a user