fix nav mouse click scrolling
Dependencies
Change contents
- replacement in inflorescence_iced_widget/src/nav_scrollable.rs at line 785
.absolute(bounds.y, content_bounds.y);.absolute(bounds.height, content_bounds.height); - replacement in inflorescence_iced_widget/src/nav_scrollable.rs at line 799
.absolute(bounds.x, content_bounds.x);.absolute(bounds.width, content_bounds.width);