mirror of https://github.com/vector-im/riot-web
Merge pull request #2521 from jryans/auth-overflow
Tweak auth overflow on Windows and Linuxpull/21833/head
commit
cc6a0bf5fd
|
@ -16,10 +16,9 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_AuthPage {
|
.mx_AuthPage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: auto;
|
|
||||||
background-color: $authpage-bg-color;
|
background-color: $authpage-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue