diff --git a/src/layout/scrolling.rs b/src/layout/scrolling.rs index 66fb8e65..e1593251 100644 --- a/src/layout/scrolling.rs +++ b/src/layout/scrolling.rs @@ -3823,7 +3823,7 @@ impl Column { let current_prop = if full == 0. { 1. } else { - (current_tile_px + self.options.gaps) / (full) + (current_tile_px + self.options.gaps) / full }; // FIXME: fix overflows then remove limits.