mirror of https://github.com/vector-im/riot-web
Fix overflow on auth pages (#10605)
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 {
|
||||
|
|
Loading…
Reference in New Issue