Auth: Fix scroll on small screens (#6214)

This commit is contained in:
zubiden 2025-09-19 14:34:33 +02:00 committed by Alexander Zinchuk
parent 9511bae1c4
commit 8a7856a09f
3 changed files with 3 additions and 4 deletions

View File

@ -336,7 +336,6 @@
"Search" = "Search";
"Contacts" = "Contacts";
"Settings" = "Settings";
"MenuNightMode" = "Night Mode";
"SettingsDisableNightTheme" = "Disable night mode";
"SettingsEnableNightTheme" = "Enable night mode";
"TelegramPremium" = "Telegram Premium";
@ -2257,7 +2256,6 @@
"NotificationPaidExtraSearch" = "{stars} spent on extra search.";
"PostsSearchTransaction" = "Posts Search";
"AllStoriesCategory" = "All stories";
"PostsSearchTransaction" = "Public Post Search";
"TitleRating" = "Rating";
"RatingReflectsActivity" = "This rating reflects {name}'s activity on Telegram. It is based on:";
"RatingYourReflectsActivity" = "This rating reflects your activity on Telegram. It is based on:";
@ -2281,4 +2279,4 @@
"ContextMenuHintMouse" = "To edit or reply, close this menu. Then right click on a message.";
"ContextMenuHintTouch" = "To edit or reply, close this menu. Then long tap on a message.";
"GiftValueForSaleOnFragment" = "for sale on Fragment";
"GiftValueForSaleOnTelegram" = "for sale on Telegram";
"GiftValueForSaleOnTelegram" = "for sale on Telegram";

View File

@ -83,6 +83,7 @@
#auth-password-form,
#auth-qr-form {
overflow-y: auto;
height: 100%;
}
#auth-phone-number-form {

View File

@ -294,7 +294,6 @@ export interface LangPair {
'Search': undefined;
'Contacts': undefined;
'Settings': undefined;
'MenuNightMode': undefined;
'SettingsDisableNightTheme': undefined;
'SettingsEnableNightTheme': undefined;
'TelegramPremium': undefined;
@ -1207,6 +1206,7 @@ export interface LangPair {
'MenuArchivedChats': undefined;
'MenuContacts': undefined;
'MenuSettings': undefined;
'MenuNightMode': undefined;
'AriaMenuEnableNightMode': undefined;
'AriaMenuDisableNightMode': undefined;
'MenuAnimationsSwitch': undefined;