You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Tweak auth overflow on Windows and Linux
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user