Fix overflow on auth pages (#10605)
This commit is contained in:
parent
075c8c3d33
commit
8f8b74b32c
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue