Fix overflow on auth pages (#10605)

This commit is contained in:
Michael Telatynski
2023-04-14 15:15:21 +01:00
committed by GitHub
parent 075c8c3d33
commit 8f8b74b32c

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 {