Skip to content

Commit

Permalink
fix: remove scrollable on appearance page
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Nov 11, 2024
1 parent 63f0658 commit 560c50c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cosmic-settings/src/pages/desktop/appearance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,6 @@ impl Page {
]
.spacing(theme.space_m())
.width(Length::Fill)
.apply(widget::scrollable)
.height(Length::Fill)
.apply(Element::from)
.map(crate::pages::Message::Appearance)
}
Expand Down

0 comments on commit 560c50c

Please sign in to comment.