Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Fix vertical overflow on the mobile register screen #137

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions res/css/structures/auth/_MobileRegistration.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ Please see LICENSE files in the repository root for full details.

.mx_MobileRegister_body {
padding: 32px;
height: 100vh;
overflow-y: auto;
box-sizing: border-box;
}
Loading