Fix overflow on auth pages (#10605)

t3chguy/dedup-icons-17oct
Michael Telatynski 2023-04-14 15:15:21 +01:00 committed by GitHub
parent 075c8c3d33
commit 8f8b74b32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ limitations under the License.
display: flex;
flex-direction: column;
background-color: $authpage-bg-color;
height: 100vh;
overflow: auto;
}
.mx_AuthPage_modal {