On mobile devices, the Kagi Translate page introduces excessive vertical space at the bottom, leading to unnecessary page scrolling even when all content is visible.
Temporary Fix / Workaround:
.main-content.min-h-screen {
min-height: unset !important;
& > div.pb-\[135px\] {
padding-bottom: 0px !important;
}
}
The page height should fit the content on screen without extra padding or empty scroll space.