Fixed scrollbar sometimes not showing during scroll or not reaching the bottom with few items (#2304)

This commit is contained in:
anirudhn
2025-08-05 17:08:47 -07:00
committed by GitHub
parent 4de3bf574a
commit 095ef8e74b
2 changed files with 105 additions and 76 deletions
+2
View File
@@ -11,6 +11,8 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
- `Other` - for technical stuff.
## [Unreleased]
### Fixes
- Fixed scrollbar sometimes not showing during scroll or not reaching the bottom with few items ([@anirudhsnayak](https://github.com/anirudhsnayak)) ([#2304](https://github.com/mihonapp/mihon/pull/2304))
## [v0.19.0] - 2025-08-04
### Added