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

Commit a2cee6b

Browse files
authored
Fix vertical overflow on the mobile register screen (#137)
* Fix vertical overflow on the mobile register screen * Change to border-box to include padding in height so the register button can be scrolled fully in to view.
1 parent b79343d commit a2cee6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: res/css/structures/auth/_MobileRegistration.pcss

+3
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ Please see LICENSE files in the repository root for full details.
77

88
.mx_MobileRegister_body {
99
padding: 32px;
10+
height: 100vh;
11+
overflow-y: auto;
12+
box-sizing: border-box;
1013
}

0 commit comments

Comments
 (0)