Fix overflow on auth pages (#10605)
This commit is contained in:
committed by
GitHub
parent
075c8c3d33
commit
8f8b74b32c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user